mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
This commit is contained in:
+16
-12
@@ -104,18 +104,22 @@ foreach($menu AS $m1)
|
||||
{
|
||||
if (isset($m2['permissions']) && !checkpermission($m2['permissions']))
|
||||
continue;
|
||||
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']))
|
||||
echo 'target="'.$m2['target'].'" ';
|
||||
if (isset($m2['link']))
|
||||
echo '>';
|
||||
if (isset($m2['name']))
|
||||
echo $m2['name'];
|
||||
if (isset($m2['link']))
|
||||
echo '</a><br>';
|
||||
$umbruch=false;
|
||||
|
||||
if($m2['name']!='')
|
||||
{
|
||||
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']))
|
||||
echo 'target="'.$m2['target'].'" ';
|
||||
if (isset($m2['link']))
|
||||
echo '>';
|
||||
if (isset($m2['name']))
|
||||
echo $m2['name'];
|
||||
if (isset($m2['link']))
|
||||
echo '</a><br>';
|
||||
$umbruch=false;
|
||||
}
|
||||
|
||||
foreach($m2 AS $m3)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user