mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
"bugfix: topmenu shows just the orange ball, if there's no url/label, eg. because the anon use has no right to see that menu item"
This commit is contained in:
parent
0117e53ee2
commit
01e3fe657e
@ -41,7 +41,9 @@
|
||||
<div id="topmenu">
|
||||
<div id="topmenu_items">
|
||||
<?php foreach($this->menuitems as $mitems):?>
|
||||
<?php if($mitems['url'] && $mitems['label']):?>
|
||||
<div style="padding:0px 0px 0px 10px;position:relative;float:left;"><img src="<?php print $this->icon_or_star?>" /> <a href="<?php print $mitems['url']?>"<?php print $mitems['urlextra']?>><?php print $mitems['label']?></a></div>
|
||||
<?php endif?>
|
||||
<?php endforeach?>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user