@@ -1,21 +1,21 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -require_once XOOPS_ROOT_PATH.'/modules/legacyRender/kernel/Legacy_AdminRenderSystem.class.php' ; |
|
4 | -require_once XOOPS_TRUST_PATH.'/libs/altsys/include/altsys_functions.php' ; |
|
5 | -require_once XOOPS_TRUST_PATH.'/libs/altsys/include/admin_in_theme_functions.php' ; |
|
3 | +require_once XOOPS_ROOT_PATH.'/modules/legacyRender/kernel/Legacy_AdminRenderSystem.class.php'; |
|
4 | +require_once XOOPS_TRUST_PATH.'/libs/altsys/include/altsys_functions.php'; |
|
5 | +require_once XOOPS_TRUST_PATH.'/libs/altsys/include/admin_in_theme_functions.php'; |
|
6 | 6 | |
7 | 7 | class Legacy_AltsysAdminRenderSystem extends Legacy_AdminRenderSystem |
8 | 8 | { |
9 | 9 | public function renderTheme(&$target) |
10 | 10 | { |
11 | - global $altsysModuleConfig ; |
|
11 | + global $altsysModuleConfig; |
|
12 | 12 | |
13 | 13 | if (empty($altsysModuleConfig['admin_in_theme'])) { |
14 | - parent::renderTheme($target) ; |
|
14 | + parent::renderTheme($target); |
|
15 | 15 | } else { |
16 | - $attributes = $target->getAttributes() ; |
|
17 | - altsys_admin_in_theme_in_last($attributes['xoops_contents']) ; |
|
18 | - exit ; |
|
16 | + $attributes = $target->getAttributes(); |
|
17 | + altsys_admin_in_theme_in_last($attributes['xoops_contents']); |
|
18 | + exit; |
|
19 | 19 | } |
20 | 20 | } |
21 | 21 | } |
@@ -1,4 +1,4 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MD_A_AINTHEME_FMT_PUBLICTOP', 'Public Top de %s') ; |
|
4 | -define('_MD_A_AINTHEME_FMT_ADMINTOP', 'Admin Top de %s') ; |
|
3 | +define('_MD_A_AINTHEME_FMT_PUBLICTOP', 'Public Top de %s'); |
|
4 | +define('_MD_A_AINTHEME_FMT_ADMINTOP', 'Admin Top de %s'); |
@@ -4,8 +4,8 @@ |
||
4 | 4 | if (defined('FOR_XOOPS_LANG_CHECKER')) { |
5 | 5 | $mydirname = 'd3forum'; |
6 | 6 | } |
7 | -$constpref = '_MB_' . strtoupper($mydirname); |
|
8 | -if (defined('FOR_XOOPS_LANG_CHECKER') || ! defined($constpref.'_LOADED')) { |
|
7 | +$constpref = '_MB_'.strtoupper($mydirname); |
|
8 | +if (defined('FOR_XOOPS_LANG_CHECKER') || !defined($constpref.'_LOADED')) { |
|
9 | 9 | define($constpref.'_LOADED', 1); |
10 | 10 | // DEFINITIONS FOR DISPLAYING BLOCKS |
11 | 11 | // SINCE ALTSYS IS A SINGLETON MODULE, THIS FILE HAS NON-SENSE. |
@@ -10,8 +10,8 @@ |
||
10 | 10 | define('_MD_A_MYTPLSFORM_LABEL_TPLFILE', 'Template name'); |
11 | 11 | define('_MD_A_MYTPLSFORM_BTN_CREATE', 'Create'); |
12 | 12 | |
13 | -define('_MD_A_MYTPLSFORM_EDIT', 'Template bearbeiten') ; |
|
14 | -define('_MD_A_MYTPLSFORM_UPDATED', 'Template erfolgreich aktualisiert') ; |
|
15 | -define('_MD_A_MYTPLSFORM_BTN_MODIFYCONT', 'Reflect') ; |
|
16 | -define('_MD_A_MYTPLSFORM_BTN_MODIFYEND', 'Speichern und Ende') ; |
|
17 | -define('_MD_A_MYTPLSFORM_BTN_RESET', 'Reset') ; |
|
13 | +define('_MD_A_MYTPLSFORM_EDIT', 'Template bearbeiten'); |
|
14 | +define('_MD_A_MYTPLSFORM_UPDATED', 'Template erfolgreich aktualisiert'); |
|
15 | +define('_MD_A_MYTPLSFORM_BTN_MODIFYCONT', 'Reflect'); |
|
16 | +define('_MD_A_MYTPLSFORM_BTN_MODIFYEND', 'Speichern und Ende'); |
|
17 | +define('_MD_A_MYTPLSFORM_BTN_RESET', 'Reset'); |
@@ -1,3 +1,3 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MD_A_DBUPDATED', 'Datenbank erfolgreich aktualisiert') ; |
|
3 | +define('_MD_A_DBUPDATED', 'Datenbank erfolgreich aktualisiert'); |
@@ -12,5 +12,5 @@ |
||
12 | 12 | * @version $Id$ |
13 | 13 | */ |
14 | 14 | |
15 | -define('_MD_A_AINTHEME_FMT_PUBLICTOP', 'برترین %s برای کاربران') ; |
|
16 | -define('_MD_A_AINTHEME_FMT_ADMINTOP', 'برترین %s برای مدیران') ; |
|
15 | +define('_MD_A_AINTHEME_FMT_PUBLICTOP', 'برترین %s برای کاربران'); |
|
16 | +define('_MD_A_AINTHEME_FMT_ADMINTOP', 'برترین %s برای مدیران'); |
@@ -25,5 +25,5 @@ |
||
25 | 25 | define('_MD_A_MYTPLSFORM_BTN_MODIFYEND', 'ذخیره و پایان'); |
26 | 26 | define('_MD_A_MYTPLSFORM_BTN_RESET', 'راهاندازی مجدد'); |
27 | 27 | |
28 | -define('_MD_A_MYTPLSFORM_EDIT', 'ویرایش الگو') ; |
|
29 | -define('_MD_A_MYTPLSFORM_UPDATED', 'الگو با موفقیت به روز شد') ; |
|
28 | +define('_MD_A_MYTPLSFORM_EDIT', 'ویرایش الگو'); |
|
29 | +define('_MD_A_MYTPLSFORM_UPDATED', 'الگو با موفقیت به روز شد'); |
@@ -30,11 +30,11 @@ |
||
30 | 30 | define('_MYLANGADMIN_FMT_HOWTOENABLED3LANGMAN4XCL', 'برجستهسازی سیستم غیرفعال است. برای فعال کردن آن، "%s" را به "%s" کپی کنید'); |
31 | 31 | define('_MYLANGADMIN_MSG_HOWTOENABLED3LANGMAN4X2', 'سیستم برجسته سازی با این هسته کار نمی کند بجز برای ماژولهای D3. اگر اصرار به استفاده از این قابلیت دارید، هک زیر را انجام دهید:'); |
32 | 32 | |
33 | -define('_MYLANGADMIN_H3_MODULE', 'ماژول مقصود') ; |
|
34 | -define('_MYLANGADMIN_CACHEUPDATED', 'فایل ذخیرهساز به روز شد') ; |
|
35 | -define('_MYLANGADMIN_BTN_UPDATE', 'بروز سازی') ; |
|
36 | -define('_MYLANGADMIN_BTN_RESET', 'بازگشت') ; |
|
33 | +define('_MYLANGADMIN_H3_MODULE', 'ماژول مقصود'); |
|
34 | +define('_MYLANGADMIN_CACHEUPDATED', 'فایل ذخیرهساز به روز شد'); |
|
35 | +define('_MYLANGADMIN_BTN_UPDATE', 'بروز سازی'); |
|
36 | +define('_MYLANGADMIN_BTN_RESET', 'بازگشت'); |
|
37 | 37 | |
38 | -define('_MYLANGADMIN_TH_CONSTANTNAME', 'نام ثابت') ; |
|
39 | -define('_MYLANGADMIN_TH_DEFAULTVALUE', 'ارزش پیشفرض') ; |
|
40 | -define('_MYLANGADMIN_TH_USERVALUE', 'ارزش تعریف شده توسط کاربر') ; |
|
38 | +define('_MYLANGADMIN_TH_CONSTANTNAME', 'نام ثابت'); |
|
39 | +define('_MYLANGADMIN_TH_DEFAULTVALUE', 'ارزش پیشفرض'); |
|
40 | +define('_MYLANGADMIN_TH_USERVALUE', 'ارزش تعریف شده توسط کاربر'); |
@@ -11,5 +11,5 @@ |
||
11 | 11 | * @author voltan <[email protected]> |
12 | 12 | * @version $Id$ |
13 | 13 | */ |
14 | -define('_MD_A_MYPREFERENCES_FORMTITLE', 'دسترسی ماژولها') ; |
|
15 | -define('_MD_A_MYPREFERENCES_UPDATED', 'دسترسیها با موفقیت به روز شدند') ; |
|
14 | +define('_MD_A_MYPREFERENCES_FORMTITLE', 'دسترسی ماژولها'); |
|
15 | +define('_MD_A_MYPREFERENCES_UPDATED', 'دسترسیها با موفقیت به روز شدند'); |