From 0941892470bc67a8ed25bd45cc3292be5181ddbd Mon Sep 17 00:00:00 2001 From: jeena Date: Mon, 8 Jul 2013 21:35:48 +0200 Subject: [PATCH] fixed title --- application/main.phtml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/application/main.phtml b/application/main.phtml index 1c4f974..e9fa602 100644 --- a/application/main.phtml +++ b/application/main.phtml @@ -2,7 +2,12 @@ - Seinheit - <?php echo Navigation::getTitle(); ?> + + Seinheit + <?php if(Navigation::getTitle()): ?> + - <?php echo Navigation::getTitle(); ?> + <?php endif ?> + @@ -60,7 +65,7 @@
stageContent ?>
- +