diff options
| author | Tristan Zur <tzur@ccwn.org> | 2012-05-18 19:03:16 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@ccwn.org> | 2012-05-18 19:03:16 +0200 |
| commit | 0567da9fd246e495345df1bdf8fc947d5fbe695d (patch) | |
| tree | 8743516939a5256f45143e989ba545f268dce270 /protected/views/layouts/main.php | |
| parent | 586e35130d97d2829620e03167797b06d7fe07f2 (diff) | |
- Speis & Trank (Vereine): Bedienung vereinfacht, Implementierung zur
Erstellung neuer Angebote gesäubert
- SiteController: Schreibfehler in URL korrigiert
- Html component: Wrapper zum registrieren von JS-Dateien hinzugefügt
- main layout: Javascript-String Funktionen JS-Datei registriert
Diffstat (limited to 'protected/views/layouts/main.php')
| -rw-r--r-- | protected/views/layouts/main.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protected/views/layouts/main.php b/protected/views/layouts/main.php index 0f37cf2..7a9f52e 100644 --- a/protected/views/layouts/main.php +++ b/protected/views/layouts/main.php @@ -13,6 +13,8 @@ <link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/main.css" /> <link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/form.css" /> + <?php Html::registerJavascript("string.js"); ?> + <title><?php echo CHtml::encode($this->pageTitle); ?></title> </head> |
