diff options
Diffstat (limited to 'themes/astaf')
| -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> --> |
