Changeset 567:8105b86c00fe for plugins/simpleMenu
- Timestamp:
- 07/11/11 10:49:56 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/simpleMenu/_public.php
r566 r567 22 22 $id = isset($attr['id']) ? trim($attr['id']) : ''; 23 23 $description = isset($attr['description']) ? trim($attr['description']) : ''; 24 25 if (!preg_match('#^(title|span)$#',$description)) { 26 $description = ''; 27 } 24 28 25 29 return '<?php echo tplSimpleMenu::displayMenu('.
Note: See TracChangeset
for help on using the changeset viewer.