Changeset 3427:75253b0af38a for plugins/simpleMenu/_public.php
- Timestamp:
- 11/30/16 13:21:56 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/simpleMenu/_public.php
r3159 r3427 115 115 } 116 116 if ($description == 'span' || $description == 'both') { 117 $span = ' <span >'.html::escapeHTML(__($m['descr'])).'</span>';117 $span = ' <span class="simple-menu-descr">'.html::escapeHTML(__($m['descr'])).'</span>'; 118 118 } 119 119 } … … 138 138 ($item['class'] ? $item['class'] : ''). 139 139 '">'. 140 '<a href="'.$href.'"'.$item['title'].'>'.$item['label'].$item['span'].'</a>'. 140 '<a href="'.$href.'"'.$item['title'].'>'. 141 '<span class="simple-menu-label">'.$item['label'].'</span>'. 142 $item['span'].'</a>'. 141 143 '</li>'; 142 144 }
Note: See TracChangeset
for help on using the changeset viewer.