Changeset 2154:a70eddc75ca4 for plugins/simpleMenu
- Timestamp:
- 09/29/13 16:42:19 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/simpleMenu/index.php
r2120 r2154 25 25 $categories_label = array(); 26 26 $rs = $core->blog->getCategories(array('post_type'=>'post')); 27 $categories_combo = dcAdminCombos::getCategoriesCombo($rs,false); 28 27 $categories_combo = dcAdminCombos::getCategoriesCombo($rs,false,true); 29 28 $rs->moveStart(); 30 29 while ($rs->fetch()) { 31 $categories_label[$rs->cat_id] = html::escapeHTML($rs->cat_title); 32 } 30 $categories_label[$rs->cat_url] = html::escapeHTML($rs->cat_title); 31 } 32 33 33 # Liste des langues utilisées 34 34 $langs_combo = dcAdminCombos::getLangscombo(
Note: See TracChangeset
for help on using the changeset viewer.