mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
Anpassung Inventar an neues WaWi
This commit is contained in:
+1
-1
@@ -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"> ';
|
||||
echo "\n\t\t".'<img title="'.$m2['name'].'" src="../skin/images/bullet_arrow_down.png" alt="page go" border="0"> ';
|
||||
if (isset($m2['link']))
|
||||
echo '<a href="'.$m2['link'].'" ';
|
||||
if (isset($m2['target']))
|
||||
|
||||
Reference in New Issue
Block a user