X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FIdxController.php;h=c049809247870a4b9c0828b669d4536b100499b8;hp=d24b71ca82a79e38d301c085b3fbc63c40f189c0;hb=6633e95b89c1d1eba9b7b0e612becaf11b085d69;hpb=36fd88b7c9509509dc20070dae48883abe01a3fa diff --git a/application/controllers/IdxController.php b/application/controllers/IdxController.php index d24b71c..c049809 100644 --- a/application/controllers/IdxController.php +++ b/application/controllers/IdxController.php @@ -11,6 +11,7 @@ class IdxController extends Zend_Controller_Action $this->view->headLink()->appendStylesheet('css/generic.css', "screen"); $this->view->headLink()->appendStylesheet('css/syj.css', "screen"); $this->view->headLink()->appendStylesheet('css/syjprint.css', "print"); + $this->view->headMeta()->appendName('viewport', 'width=640px'); } public function rawmode(Syj_Model_Path $path) {