Anpassung Inventar an neues WaWi

This commit is contained in:
Andreas Österreicher
2011-01-31 15:38:24 +00:00
parent bfe0d5bb12
commit e68be11044
10 changed files with 34 additions and 1061 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ foreach($menu AS $m1)
{
if (isset($m2['permissions']) && !checkpermission($m2['permissions']))
continue;
echo "\n\t\t".'<img title="'.$m2['name'].'" src="../skin/images/bullet_go.png" alt="page go" border="0">&nbsp;';
echo "\n\t\t".'<img title="'.$m2['name'].'" src="../skin/images/bullet_arrow_down.png" alt="page go" border="0">&nbsp;';
if (isset($m2['link']))
echo '<a href="'.$m2['link'].'" ';
if (isset($m2['target']))