diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-05-18 22:26:39 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-05-18 22:26:39 +0200 |
| commit | 06d036c59abbca0b851dd2d820cf57f51514e86d (patch) | |
| tree | 49d5fc83c2e7565831117fc0fd9af6994d87c600 /protected/views/veranstaltung | |
| parent | 02f4fe62412d3e8ba2d5b7e02cc06ad8540cb628 (diff) | |
Views von müll in den menus bereinigt
Diffstat (limited to 'protected/views/veranstaltung')
| -rw-r--r-- | protected/views/veranstaltung/index.php | 2 | ||||
| -rw-r--r-- | protected/views/veranstaltung/now.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/protected/views/veranstaltung/index.php b/protected/views/veranstaltung/index.php index 13f1dcf..56708fc 100644 --- a/protected/views/veranstaltung/index.php +++ b/protected/views/veranstaltung/index.php @@ -4,7 +4,7 @@ $this->breadcrumbs=array( ); $this->menu=array( - array('label'=>'Veranstaltung erstellen', 'url'=>array('create')), + );?> <h3>Veranstaltungen</h3> diff --git a/protected/views/veranstaltung/now.php b/protected/views/veranstaltung/now.php index ca5e5dc..8eb8c64 100644 --- a/protected/views/veranstaltung/now.php +++ b/protected/views/veranstaltung/now.php @@ -4,7 +4,7 @@ $this->breadcrumbs=array( ); $this->menu=array( - array('label'=>'Veranstaltung erstellen', 'url'=>array('create')), + );?> <h3>Veranstaltungen heute um <?php echo date("H:i");?></h3> |
