@@ -321,18 +321,18 @@ |
||
321 | 321 | } |
322 | 322 | |
323 | 323 | $tpl->assign([ |
324 | - 'target_dirname' => $this->target_dirname, |
|
325 | - 'target_mname' => $this->target_mname, |
|
326 | - 'language' => $this->lang, |
|
327 | - 'cachetime_options' => $this->cachetime_options, |
|
328 | - 'ctype_options' => $this->ctype_options, |
|
329 | - 'block' => $block4assign, |
|
330 | - 'op' => $next_op, |
|
331 | - 'form_title' => $form_title, |
|
332 | - 'submit_button' => $button_value, |
|
333 | - 'common_fck_installed' => file_exists(XOOPS_ROOT_PATH . '/common/fckeditor/fckeditor.js'), |
|
334 | - 'gticket_hidden' => $GLOBALS['xoopsSecurity']->getTokenHTML('myblocksadmin'), |
|
335 | - ]); |
|
324 | + 'target_dirname' => $this->target_dirname, |
|
325 | + 'target_mname' => $this->target_mname, |
|
326 | + 'language' => $this->lang, |
|
327 | + 'cachetime_options' => $this->cachetime_options, |
|
328 | + 'ctype_options' => $this->ctype_options, |
|
329 | + 'block' => $block4assign, |
|
330 | + 'op' => $next_op, |
|
331 | + 'form_title' => $form_title, |
|
332 | + 'submit_button' => $button_value, |
|
333 | + 'common_fck_installed' => file_exists(XOOPS_ROOT_PATH . '/common/fckeditor/fckeditor.js'), |
|
334 | + 'gticket_hidden' => $GLOBALS['xoopsSecurity']->getTokenHTML('myblocksadmin'), |
|
335 | + ]); |
|
336 | 336 | |
337 | 337 | //HACK by domifara |
338 | 338 |
@@ -65,8 +65,8 @@ |
||
65 | 65 | require_once XOOPS_TRUST_PATH . '/libs/altsys/class/D3Tpl.class.php'; |
66 | 66 | $tpl = new D3Tpl(); |
67 | 67 | $tpl->assign([ |
68 | - 'adminmenu' => $adminmenu, |
|
69 | - ]); |
|
68 | + 'adminmenu' => $adminmenu, |
|
69 | + ]); |
|
70 | 70 | $tpl->display('db:altsys_inc_mymenu.html'); |
71 | 71 | |
72 | 72 | // submenu |
@@ -52,7 +52,7 @@ |
||
52 | 52 | require_once XOOPS_TRUST_PATH . '/libs/altsys/class/D3Tpl.class.php'; |
53 | 53 | $tpl = new D3Tpl(); |
54 | 54 | $tpl->assign([ |
55 | - 'adminmenu' => $adminmenu, |
|
56 | - 'mypage' => 'mytplsadmin', |
|
57 | - ]); |
|
55 | + 'adminmenu' => $adminmenu, |
|
56 | + 'mypage' => 'mytplsadmin', |
|
57 | + ]); |
|
58 | 58 | $tpl->display('db:altsys_inc_mymenusub.html'); |
@@ -59,7 +59,7 @@ |
||
59 | 59 | require_once XOOPS_TRUST_PATH . '/libs/altsys/class/D3Tpl.class.php'; |
60 | 60 | $tpl = new D3Tpl(); |
61 | 61 | $tpl->assign([ |
62 | - 'adminmenu' => $adminmenu, |
|
63 | - 'mypage' => 'myblocksadmin', |
|
64 | - ]); |
|
62 | + 'adminmenu' => $adminmenu, |
|
63 | + 'mypage' => 'myblocksadmin', |
|
64 | + ]); |
|
65 | 65 | $tpl->display('db:altsys_inc_mymenusub.html'); |
@@ -32,7 +32,7 @@ |
||
32 | 32 | require_once XOOPS_TRUST_PATH . '/libs/altsys/class/D3Tpl.class.php'; |
33 | 33 | $tpl = new D3Tpl(); |
34 | 34 | $tpl->assign([ |
35 | - 'adminmenu' => $adminmenu, |
|
36 | - 'mypage' => 'mylangadmin', |
|
37 | - ]); |
|
35 | + 'adminmenu' => $adminmenu, |
|
36 | + 'mypage' => 'mylangadmin', |
|
37 | + ]); |
|
38 | 38 | $tpl->display('db:altsys_inc_mymenusub.html'); |
@@ -336,24 +336,24 @@ |
||
336 | 336 | require_once XOOPS_TRUST_PATH . '/libs/altsys/class/D3Tpl.class.php'; |
337 | 337 | $tpl = new D3Tpl(); |
338 | 338 | $tpl->assign([ |
339 | - 'target_dirname' => $target_dirname, |
|
340 | - 'target_mname' => $target_mname, |
|
341 | - 'target_lang' => $target_lang, |
|
342 | - 'languages' => $languages, |
|
343 | - 'languages4disp' => $languages4disp, |
|
344 | - 'target_file' => $target_file, |
|
345 | - 'lang_files' => $lang_files, |
|
346 | - 'langfile_constants' => $langfile_constants, |
|
347 | - 'mylang_constants' => $mylang_constants, |
|
348 | - 'use_my_language' => mb_strlen($langman->my_language) > 0, |
|
349 | - 'mylang_file_name' => htmlspecialchars($mylang_unique_path, ENT_QUOTES), |
|
350 | - 'cache_file_name' => htmlspecialchars($cache_file_name, ENT_QUOTES), |
|
351 | - 'cache_file_mtime' => (int)$cache_file_mtime, |
|
352 | - 'timezone_offset' => xoops_getUserTimestamp(0), |
|
353 | - 'notice' => $notice4disp, |
|
354 | - 'already_read' => $already_read, |
|
355 | - 'gticket_hidden' => $xoopsGTicket->getTicketHtml(__LINE__, 1800, 'altsys'), |
|
356 | - ]); |
|
339 | + 'target_dirname' => $target_dirname, |
|
340 | + 'target_mname' => $target_mname, |
|
341 | + 'target_lang' => $target_lang, |
|
342 | + 'languages' => $languages, |
|
343 | + 'languages4disp' => $languages4disp, |
|
344 | + 'target_file' => $target_file, |
|
345 | + 'lang_files' => $lang_files, |
|
346 | + 'langfile_constants' => $langfile_constants, |
|
347 | + 'mylang_constants' => $mylang_constants, |
|
348 | + 'use_my_language' => mb_strlen($langman->my_language) > 0, |
|
349 | + 'mylang_file_name' => htmlspecialchars($mylang_unique_path, ENT_QUOTES), |
|
350 | + 'cache_file_name' => htmlspecialchars($cache_file_name, ENT_QUOTES), |
|
351 | + 'cache_file_mtime' => (int)$cache_file_mtime, |
|
352 | + 'timezone_offset' => xoops_getUserTimestamp(0), |
|
353 | + 'notice' => $notice4disp, |
|
354 | + 'already_read' => $already_read, |
|
355 | + 'gticket_hidden' => $xoopsGTicket->getTicketHtml(__LINE__, 1800, 'altsys'), |
|
356 | + ]); |
|
357 | 357 | $tpl->display('db:altsys_main_mylangadmin.html'); |
358 | 358 | |
359 | 359 | xoops_cp_footer(); |