X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FIdxController.php;h=1e149fd429949f0c7a06f4ec9b314c99e408d2e1;hp=589c71b49390d59d7d3068c912bbeb209aa8ed13;hb=9efd079d59d269811abc4c551b2f39ab2e6a05fb;hpb=aa1b3365fcf3d78fbe20166a03fc92fab3928708 diff --git a/application/controllers/IdxController.php b/application/controllers/IdxController.php index 589c71b..1e149fd 100644 --- a/application/controllers/IdxController.php +++ b/application/controllers/IdxController.php @@ -11,6 +11,7 @@ class IdxController extends Zend_Controller_Action $this->view->headScript()->appendFile('js/prototype.js'); $this->view->headScript()->appendFile('js/simplebox.js'); $this->view->headScript()->appendFile('js/closebtn.js'); + $this->view->headScript()->appendFile('js/highlight.js'); $this->view->headScript()->appendFile('js/deck.js'); $this->view->headScript()->appendFile('js/ajaxize.js'); $this->view->headScript()->appendFile('js/message.js');