@@ -22,7 +22,7 @@ discard block |
||
| 22 | 22 | $adminmenu[] = [ |
| 23 | 23 | 'title' => _AM_MODULEADMIN_HOME, |
| 24 | 24 | 'link' => 'admin/index.php', |
| 25 | - 'icon' => $pathIcon32 . '/home.png', |
|
| 25 | + 'icon' => $pathIcon32.'/home.png', |
|
| 26 | 26 | ]; |
| 27 | 27 | |
| 28 | 28 | //$adminmenu[] = [ |
@@ -34,37 +34,37 @@ discard block |
||
| 34 | 34 | $adminmenu[] = [ |
| 35 | 35 | 'title' => _MI_SOBJECT_SENT_LINKS, |
| 36 | 36 | 'link' => 'admin/link.php', |
| 37 | - 'icon' => $pathIcon32 . '/addlink.png', |
|
| 37 | + 'icon' => $pathIcon32.'/addlink.png', |
|
| 38 | 38 | ]; |
| 39 | 39 | |
| 40 | 40 | $adminmenu[] = [ |
| 41 | 41 | 'title' => _MI_SOBJECT_TAGS, |
| 42 | 42 | 'link' => 'admin/customtag.php', |
| 43 | - 'icon' => $pathIcon32 . '/identity.png', |
|
| 43 | + 'icon' => $pathIcon32.'/identity.png', |
|
| 44 | 44 | ]; |
| 45 | 45 | |
| 46 | 46 | $adminmenu[] = [ |
| 47 | 47 | 'title' => _MI_SOBJECT_ADSENSES, |
| 48 | 48 | 'link' => 'admin/adsense.php', |
| 49 | - 'icon' => $pathIcon32 . '/alert.png', |
|
| 49 | + 'icon' => $pathIcon32.'/alert.png', |
|
| 50 | 50 | ]; |
| 51 | 51 | |
| 52 | 52 | $adminmenu[] = [ |
| 53 | 53 | 'title' => _MI_SOBJECT_RATINGS, |
| 54 | 54 | 'link' => 'admin/rating.php', |
| 55 | - 'icon' => $pathIcon32 . '/stats.png', |
|
| 55 | + 'icon' => $pathIcon32.'/stats.png', |
|
| 56 | 56 | ]; |
| 57 | 57 | |
| 58 | 58 | $adminmenu[] = [ |
| 59 | 59 | 'title' => _AM_MODULEADMIN_ABOUT, |
| 60 | 60 | 'link' => 'admin/about.php', |
| 61 | - 'icon' => $pathIcon32 . '/about.png', |
|
| 61 | + 'icon' => $pathIcon32.'/about.png', |
|
| 62 | 62 | ]; |
| 63 | 63 | |
| 64 | 64 | //--------------------------------- |
| 65 | 65 | |
| 66 | 66 | if (!defined('SMARTOBJECT_ROOT_PATH')) { |
| 67 | - require_once XOOPS_ROOT_PATH . '/modules/smartobject/include/functions.php'; |
|
| 67 | + require_once XOOPS_ROOT_PATH.'/modules/smartobject/include/functions.php'; |
|
| 68 | 68 | } |
| 69 | 69 | |
| 70 | 70 | $smartobjectConfig = smart_getModuleConfig('smartobject'); |
@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | $adminmenu[] = [ |
| 74 | 74 | 'title' => _MI_SOBJECT_CURRENCIES, |
| 75 | 75 | 'link' => 'admin/currency.php', |
| 76 | - 'icon' => $pathIcon32 . '/cash_stack.png', |
|
| 76 | + 'icon' => $pathIcon32.'/cash_stack.png', |
|
| 77 | 77 | ]; |
| 78 | 78 | } |
| 79 | 79 | |
@@ -85,9 +85,9 @@ discard block |
||
| 85 | 85 | // $headermenu[$i]['link'] = '../../system/admin.php?fct=preferences&op=showmod&mod=' . $xoopsModule->getVar('mid'); |
| 86 | 86 | $mid = $xoopsModule->getVar('mid'); |
| 87 | 87 | if (defined('XOOPS_CUBE_LEGACY')) { |
| 88 | - $link_pref = XOOPS_URL . '/modules/legacy/admin/index.php?action=PreferenceEdit&confmod_id=' . $mid; |
|
| 88 | + $link_pref = XOOPS_URL.'/modules/legacy/admin/index.php?action=PreferenceEdit&confmod_id='.$mid; |
|
| 89 | 89 | } else { |
| 90 | - $link_pref = XOOPS_URL . '/modules/system/admin.php?fct=preferences&op=showmod&mod=' . $mid; |
|
| 90 | + $link_pref = XOOPS_URL.'/modules/system/admin.php?fct=preferences&op=showmod&mod='.$mid; |
|
| 91 | 91 | } |
| 92 | 92 | $headermenu[$i]['link'] = $link_pref; |
| 93 | 93 | // ----- |
@@ -96,9 +96,9 @@ discard block |
||
| 96 | 96 | // $headermenu[$i]['link'] = XOOPS_URL . "/modules/system/admin.php?fct=modulesadmin&op=update&module=" . $xoopsModule->getVar('dirname'); |
| 97 | 97 | $dirname = $xoopsModule->getVar('dirname'); |
| 98 | 98 | if (defined('XOOPS_CUBE_LEGACY')) { |
| 99 | - $link_module = XOOPS_URL . '/modules/legacy/admin/index.php?action=ModuleUpdate&dirname=' . $dirname; |
|
| 99 | + $link_module = XOOPS_URL.'/modules/legacy/admin/index.php?action=ModuleUpdate&dirname='.$dirname; |
|
| 100 | 100 | } else { |
| 101 | - $link_module = XOOPS_URL . '/modules/system/admin.php?fct=modulesadmin&op=update&module=' . $dirname; |
|
| 101 | + $link_module = XOOPS_URL.'/modules/system/admin.php?fct=modulesadmin&op=update&module='.$dirname; |
|
| 102 | 102 | } |
| 103 | 103 | $headermenu[$i]['link'] = $link_module; |
| 104 | 104 | // ----- |