]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/IdxController.php
better mobile support
[syj.git] / application / controllers / IdxController.php
index d24b71ca82a79e38d301c085b3fbc63c40f189c0..c049809247870a4b9c0828b669d4536b100499b8 100644 (file)
@@ -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) {