- schönere Fehlermeldung wenn keine Berechtigung für Content vorhanden ist

- Global Menü Links korrigiert
This commit is contained in:
Andreas Österreicher
2011-08-26 10:57:19 +00:00
parent 49ca03245f
commit d0d1e90222
4 changed files with 21 additions and 6 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ $p = new phrasen($sprache);
?>
<div id="GlobalMenu">
[ <a class='Item' href="index.html" target="_top"><?php echo $p->t('profil/home');?></a>
| <a class='Item' href="private/menu.php" target="menu"><?php echo $p->t('profil/meinCis');?></a>
| <a class='Item' href="private/lehre/menu.php" target="menu"><?php echo $p->t('lvaliste/lehrveranstaltungen');?></a>
| <a class='Item' href="private/menu.php?content_id=173" target="menu"><?php echo $p->t('profil/meinCis');?></a>
| <a class='Item' href="private/lehre/menu.php?content_id=166" target="menu"><?php echo $p->t('lvaliste/lehrveranstaltungen');?></a>
<?php
if(CHOOSE_LAYOUT)
echo '| <a class="Item" href="../layouts.php" target="content">Layouts</a>';