Completed
Push — master ( 6dab8b...b949bb )
by Michael
02:15 queued 11s
created
xoops_trust_path/libs/altsys/mymenusub/mytplsadmin.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/mymenusub/myblocksadmin.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/mymenusub/mylangadmin.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/mylangadmin.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -336,24 +336,24 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.