@@ -27,52 +27,52 @@ |
||
27 | 27 | $sysPathIcon32 = $moduleInfo->getInfo('sysicons32'); |
28 | 28 | |
29 | 29 | $adminmenu[] = [ |
30 | - 'title' => _MI_WGGITHUB_ADMENU1, |
|
31 | - 'link' => 'admin/index.php', |
|
32 | - 'icon' => 'assets/icons/32/dashboard.png', |
|
30 | + 'title' => _MI_WGGITHUB_ADMENU1, |
|
31 | + 'link' => 'admin/index.php', |
|
32 | + 'icon' => 'assets/icons/32/dashboard.png', |
|
33 | 33 | ]; |
34 | 34 | $adminmenu[] = [ |
35 | - 'title' => _MI_WGGITHUB_ADMENU2, |
|
36 | - 'link' => 'admin/settings.php', |
|
37 | - 'icon' => 'assets/icons/32/settings.png', |
|
35 | + 'title' => _MI_WGGITHUB_ADMENU2, |
|
36 | + 'link' => 'admin/settings.php', |
|
37 | + 'icon' => 'assets/icons/32/settings.png', |
|
38 | 38 | ]; |
39 | 39 | $adminmenu[] = [ |
40 | - 'title' => _MI_WGGITHUB_ADMENU3, |
|
41 | - 'link' => 'admin/directories.php', |
|
42 | - 'icon' => 'assets/icons/32/directories.png', |
|
40 | + 'title' => _MI_WGGITHUB_ADMENU3, |
|
41 | + 'link' => 'admin/directories.php', |
|
42 | + 'icon' => 'assets/icons/32/directories.png', |
|
43 | 43 | ]; |
44 | 44 | $adminmenu[] = [ |
45 | - 'title' => _MI_WGGITHUB_ADMENU4, |
|
46 | - 'link' => 'admin/logs.php', |
|
47 | - 'icon' => 'assets/icons/32/logs.png', |
|
45 | + 'title' => _MI_WGGITHUB_ADMENU4, |
|
46 | + 'link' => 'admin/logs.php', |
|
47 | + 'icon' => 'assets/icons/32/logs.png', |
|
48 | 48 | ]; |
49 | 49 | $adminmenu[] = [ |
50 | - 'title' => _MI_WGGITHUB_ADMENU5, |
|
51 | - 'link' => 'admin/repositories.php', |
|
52 | - 'icon' => 'assets/icons/32/repositories.png', |
|
50 | + 'title' => _MI_WGGITHUB_ADMENU5, |
|
51 | + 'link' => 'admin/repositories.php', |
|
52 | + 'icon' => 'assets/icons/32/repositories.png', |
|
53 | 53 | ]; |
54 | 54 | $adminmenu[] = [ |
55 | - 'title' => _MI_WGGITHUB_ADMENU6, |
|
56 | - 'link' => 'admin/readmes.php', |
|
57 | - 'icon' => 'assets/icons/32/readmes.png', |
|
55 | + 'title' => _MI_WGGITHUB_ADMENU6, |
|
56 | + 'link' => 'admin/readmes.php', |
|
57 | + 'icon' => 'assets/icons/32/readmes.png', |
|
58 | 58 | ]; |
59 | 59 | $adminmenu[] = [ |
60 | - 'title' => _MI_WGGITHUB_ADMENU7, |
|
61 | - 'link' => 'admin/releases.php', |
|
62 | - 'icon' => 'assets/icons/32/releases.png', |
|
60 | + 'title' => _MI_WGGITHUB_ADMENU7, |
|
61 | + 'link' => 'admin/releases.php', |
|
62 | + 'icon' => 'assets/icons/32/releases.png', |
|
63 | 63 | ]; |
64 | 64 | $adminmenu[] = [ |
65 | - 'title' => _MI_WGGITHUB_ADMENU8, |
|
66 | - 'link' => 'admin/permissions.php', |
|
67 | - 'icon' => 'assets/icons/32/permissions.png', |
|
65 | + 'title' => _MI_WGGITHUB_ADMENU8, |
|
66 | + 'link' => 'admin/permissions.php', |
|
67 | + 'icon' => 'assets/icons/32/permissions.png', |
|
68 | 68 | ]; |
69 | 69 | $adminmenu[] = [ |
70 | - 'title' => _MI_WGGITHUB_ADMENU9, |
|
71 | - 'link' => 'admin/feedback.php', |
|
72 | - 'icon' => 'assets/icons/32/feedback.png', |
|
70 | + 'title' => _MI_WGGITHUB_ADMENU9, |
|
71 | + 'link' => 'admin/feedback.php', |
|
72 | + 'icon' => 'assets/icons/32/feedback.png', |
|
73 | 73 | ]; |
74 | 74 | $adminmenu[] = [ |
75 | - 'title' => _MI_WGGITHUB_ABOUT, |
|
76 | - 'link' => 'admin/about.php', |
|
77 | - 'icon' => 'assets/icons/32/about.png', |
|
75 | + 'title' => _MI_WGGITHUB_ABOUT, |
|
76 | + 'link' => 'admin/about.php', |
|
77 | + 'icon' => 'assets/icons/32/about.png', |
|
78 | 78 | ]; |