X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FAccountController.php;h=00de24e14940b121fbea0ec7529e00443696673f;hp=97f9fbc649d6a1250981ec3f502c1f50b7a49d6b;hb=9efd079d59d269811abc4c551b2f39ab2e6a05fb;hpb=aa1b3365fcf3d78fbe20166a03fc92fab3928708 diff --git a/application/controllers/AccountController.php b/application/controllers/AccountController.php index 97f9fbc..00de24e 100644 --- a/application/controllers/AccountController.php +++ b/application/controllers/AccountController.php @@ -8,6 +8,7 @@ class AccountController extends Zend_Controller_Action public function init() { $this->view->headScript()->appendFile('js/prototype.js'); $this->view->headScript()->appendFile('js/forms.js'); + $this->view->headScript()->appendFile('js/highlight.js'); $this->view->headScript()->appendFile('js/account.js'); $this->view->headLink()->appendStylesheet('css/generic.css'); $this->view->headLink()->appendStylesheet('css/account.css');