| @@ -1,8 +1,7 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | $config = array(); |
| 3 | -$config[USER_HC_MODEL::LEVEL_ADMIN . '/conf/wordpress'] = array( | |
| 4 | - 'title' => 'Shortcode', | |
| 5 | - 'icon' => 'edit', | |
| 3 | +$config[USER_MODEL::LEVEL_ADMIN . '/conf/wordpress'] = array( | |
| 4 | + 'title' => '<i class="fa fa-cog"></i> ' . 'Shortcode', | |
| 6 | 5 | 'link' => 'wordpress/admin/shortcode', |
| 7 | 6 | ); |
| 8 | 7 | ?> |