Changeset 3582:4d2db336ef65
- Timestamp:
- 09/03/17 18:44:27 (8 years ago)
- Branch:
- allow-target-blank-simpleMenu
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/simpleMenu/_public.php
r3581 r3582 140 140 '<a href="'.$href.'"'.$item['title']. 141 141 ((isset($m['targetBlank']) && ($m['targetBlank'])) ? 142 143 142 'target="_blank" title="'.__("the link will open a new window").'"' 143 : '').'>'. 144 144 '<span class="simple-menu-label">'.$item['label'].'</span>'. 145 145 $item['span'].'</a>'.
Note: See TracChangeset
for help on using the changeset viewer.