| @@ -1,7 +1,13 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | $config = array(); |
| 3 | -$config[USER_MODEL::LEVEL_ADMIN . '/conf/wordpress'] = array( | |
| 4 | - 'title' => '<i class="fa fa-cog"></i> ' . 'Shortcode', | |
| 5 | - 'link' => 'wordpress/admin/shortcode', | |
| 3 | +$config[User_model::LEVEL_ADMIN]['conf'] = array( | |
| 4 | + lang('menu_conf'), | |
| 5 | + '', | |
| 6 | + 100, | |
| 7 | + 'wordpress' => array( | |
| 8 | + 'Shortcode', | |
| 9 | + 'wordpress/admin/shortcode', | |
| 10 | + 100 | |
| 11 | + ), | |
| 6 | 12 | ); |
| 7 | 13 | ?> |