diff options
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> |
