diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-05-18 09:04:37 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-05-18 09:04:37 +0200 |
| commit | d50b3996c581aa1dafa930dc7e2302e4062430db (patch) | |
| tree | 4e7bb5255eec0a98e5507562de9bff4c408f8734 /themes | |
| parent | 5759435f4da8ec800ba9af0fbbf7d6691e9ed56c (diff) | |
CMS-Datenbankstruktur eingefügt (und nötige Daten)
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/astaf/views/layouts/main.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/astaf/views/layouts/main.php b/themes/astaf/views/layouts/main.php index 1fec929..20c87fd 100644 --- a/themes/astaf/views/layouts/main.php +++ b/themes/astaf/views/layouts/main.php @@ -157,7 +157,7 @@ <div class="ym-vlist"> - <?php $this->widget('zii.widgets.CMenu', + <?php /*$this->widget('zii.widgets.CMenu', array('items'=>array_merge(array(array('activeCssClass' => 'active'), array('label'=>'Impressum', 'url'=>array('/cms/sitecontent/view', 'page'=>'impressum')), ), @@ -169,7 +169,7 @@ ) ) )); - ?> + */?> </div> </div> --> |
