@@ -28,23 +28,23 @@ |
||
28 | 28 | |
29 | 29 | $adminmenu = array( |
30 | 30 | array('title' => _MI_XOOPSFAQ_MENU_ADMIN_INDEX, |
31 | - 'link' => 'admin/index.php', |
|
32 | - 'desc' => _MI_XOOPSFAQ_ADMIN_INDEX_DESC, |
|
33 | - 'icon' => Admin::menuIconPath('home.png') |
|
31 | + 'link' => 'admin/index.php', |
|
32 | + 'desc' => _MI_XOOPSFAQ_ADMIN_INDEX_DESC, |
|
33 | + 'icon' => Admin::menuIconPath('home.png') |
|
34 | 34 | ), |
35 | 35 | array('title' => _MI_XOOPSFAQ_MENU_ADMIN_CATEGORY, |
36 | - 'link' => 'admin/category.php', |
|
37 | - 'desc' => _MI_XOOPSFAQ_ADMIN_CATEGORY_DESC, |
|
38 | - 'icon' => Admin::menuIconPath('category.png') |
|
36 | + 'link' => 'admin/category.php', |
|
37 | + 'desc' => _MI_XOOPSFAQ_ADMIN_CATEGORY_DESC, |
|
38 | + 'icon' => Admin::menuIconPath('category.png') |
|
39 | 39 | ), |
40 | 40 | array('title' => _MI_XOOPSFAQ_MENU_ADMIN_FAQ, |
41 | - 'link' => 'admin/main.php', |
|
42 | - 'desc' => _MI_XOOPSFAQ_ADMIN_FAQ_DESC, |
|
43 | - 'icon' => Admin::menuIconPath('faq.png') |
|
41 | + 'link' => 'admin/main.php', |
|
42 | + 'desc' => _MI_XOOPSFAQ_ADMIN_FAQ_DESC, |
|
43 | + 'icon' => Admin::menuIconPath('faq.png') |
|
44 | 44 | ), |
45 | 45 | array('title' => _MI_XOOPSFAQ_MENU_ADMIN_ABOUT, |
46 | - 'link' => 'admin/about.php', |
|
47 | - 'desc' => _MI_XOOPSFAQ_ADMIN_ABOUT_DESC, |
|
48 | - 'icon' => Admin::menuIconPath('about.png') |
|
46 | + 'link' => 'admin/about.php', |
|
47 | + 'desc' => _MI_XOOPSFAQ_ADMIN_ABOUT_DESC, |
|
48 | + 'icon' => Admin::menuIconPath('about.png') |
|
49 | 49 | ) |
50 | 50 | ); |