Changeset 555:a43a0cacdf8f for plugins/simpleMenu
- Timestamp:
- 07/10/11 10:34:12 (14 years ago)
- Branch:
- themes
- Location:
- plugins/simpleMenu
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/simpleMenu/_define.php
r554 r555 16 16 /* Description*/ "Simple menu for Dotclear", 17 17 /* Author */ "Franck Paul", 18 /* Version */ '0. 4',18 /* Version */ '0.5', 19 19 array( 20 20 'permissions' => 'admin' -
plugins/simpleMenu/index.php
r554 r555 107 107 $items['tags'] = array(__('Tags'),1); 108 108 } 109 110 # --BEHAVIOR-- adminSimpleMenuAddType 111 $core->callBehavior('adminSimpleMenuAddType',$items); 109 112 110 113 $items['special'] = array(__('User defined'),0);
Note: See TracChangeset
for help on using the changeset viewer.