Passed
Pull Request — master (#585)
by
unknown
17:41
created
htdocs/modules/system/preloads/preload.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
             && $xoops->getConfig('redirect_message_ajax')
33 33
         ) {
34 34
             $_SESSION['redirect_message'] = $args[2];
35
-            header("Location: " . preg_replace("/[&]amp;/i", '&', $url));
35
+            header("Location: ".preg_replace("/[&]amp;/i", '&', $url));
36 36
             exit();
37 37
         }
38 38
     }
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
             $xoops->theme()->addScript('', array('type' => 'text/javascript'), '
58 58
             (function($){
59 59
                 $(document).ready(function(){
60
-                $.jGrowl("' . $_SESSION['redirect_message'] . '", {  life:3000 , position: "center", speed: "slow" });
60
+                $.jGrowl("' . $_SESSION['redirect_message'].'", {  life:3000 , position: "center", speed: "slow" });
61 61
             });
62 62
             })(jQuery);
63 63
             ');
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
             $xoops->theme()->addScript('', array('type' => 'text/javascript'), '
76 76
             (function($){
77 77
             $(document).ready(function(){
78
-                $.jGrowl("' . $_SESSION['redirect_message'] . '", {  life:3000 , position: "center", speed: "slow" });
78
+                $.jGrowl("' . $_SESSION['redirect_message'].'", {  life:3000 , position: "center", speed: "slow" });
79 79
             });
80 80
             })(jQuery);
81 81
             ');
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     public static function eventCoreServiceLocateCountryflag(Provider $provider)
94 94
     {
95 95
         if (is_a($provider, '\Xoops\Core\Service\Provider')) {
96
-            $path = dirname(__DIR__) . '/class/CountryFlagProvider.php';
96
+            $path = dirname(__DIR__).'/class/CountryFlagProvider.php';
97 97
             require $path;
98 98
             $object = new CountryFlagProvider();
99 99
             $provider->register($object);
Please login to merge, or discard this patch.
htdocs/modules/system/include/functions.php 1 patch
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -78,11 +78,11 @@  discard block
 block discarded – undo
78 78
         return false;
79 79
     }
80 80
     $language = empty($language) ? $xoops->getConfig('language') : $language;
81
-    $path = 'modules/' . $domain . '/language/';
82
-    if (XoopsLoad::fileExists($file = $xoops->path($path . $language . '/admin/' . $name . '.php'))) {
81
+    $path = 'modules/'.$domain.'/language/';
82
+    if (XoopsLoad::fileExists($file = $xoops->path($path.$language.'/admin/'.$name.'.php'))) {
83 83
         $ret = include_once $file;
84 84
     } else {
85
-        $ret = include_once $xoops->path($path . 'english/admin/' . $name . '.php');
85
+        $ret = include_once $xoops->path($path.'english/admin/'.$name.'.php');
86 86
     }
87 87
     return $ret;
88 88
 }
@@ -95,16 +95,16 @@  discard block
 block discarded – undo
95 95
 function system_adminVersion($version, $value = '')
96 96
 {
97 97
     static $tblVersion = array();
98
-    if (is_array($tblVersion) && array_key_exists($version . '.' . $value, $tblVersion)) {
99
-        return $tblVersion[$version . '.' . $value];
98
+    if (is_array($tblVersion) && array_key_exists($version.'.'.$value, $tblVersion)) {
99
+        return $tblVersion[$version.'.'.$value];
100 100
     }
101 101
     $xoops = Xoops::getInstance();
102
-    $path = $xoops->path('modules/system/admin/' . $version . '/xoops_version.php');
102
+    $path = $xoops->path('modules/system/admin/'.$version.'/xoops_version.php');
103 103
     if (XoopsLoad::fileExists($path)) {
104 104
         $modversion = array();
105 105
         include $path;
106 106
         $retvalue = $modversion[$value];
107
-        $tblVersion[$version . '.' . $value] = $retvalue;
107
+        $tblVersion[$version.'.'.$value] = $retvalue;
108 108
         return $retvalue;
109 109
     }
110 110
     return '';
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
     $xoops = Xoops::getInstance();
120 120
     $style = 'default';
121 121
 
122
-    $url = $xoops->url('modules/system/images/icons/' . $style . '/' . $img);
122
+    $url = $xoops->url('modules/system/images/icons/'.$style.'/'.$img);
123 123
     return $url;
124 124
 }
125 125
 
@@ -131,11 +131,11 @@  discard block
 block discarded – undo
131 131
 {
132 132
     $xoops = Xoops::getInstance();
133 133
 
134
-    $path = $xoops->path('modules/' . $xoops->module->getVar('dirname', 'n') . '/templates/admin/' . $name . '.tpl');
134
+    $path = $xoops->path('modules/'.$xoops->module->getVar('dirname', 'n').'/templates/admin/'.$name.'.tpl');
135 135
     if (XoopsLoad::fileExists($path)) {
136 136
         echo $xoops->tpl()->fetch($path);
137 137
     } else {
138
-        echo "Unable to read " . $name;
138
+        echo "Unable to read ".$name;
139 139
     }
140 140
 }
141 141
 
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
  */
148 148
 function modify_chmod($value_chmod, $path_file, $id)
149 149
 {
150
-    $chmod = '<div id="loading_' . $id . '" align="center" style="display:none;">' . '<img src="./images/mimetypes/spinner.gif" title="Loading" alt="Loading" width="12px"/></div>' . '<div id="chmod' . $id . '">' . '<select size="1" onChange="filemanager_modify_chmod(\'' . $path_file . '\', \'' . $id . '\')" name="chmod" id="chmod">';
150
+    $chmod = '<div id="loading_'.$id.'" align="center" style="display:none;">'.'<img src="./images/mimetypes/spinner.gif" title="Loading" alt="Loading" width="12px"/></div>'.'<div id="chmod'.$id.'">'.'<select size="1" onChange="filemanager_modify_chmod(\''.$path_file.'\', \''.$id.'\')" name="chmod" id="chmod">';
151 151
     if ($value_chmod == 777) {
152 152
         $chmod .= '<option value="777" selected><span style="color:green">777</span></option>';
153 153
     } else {
Please login to merge, or discard this patch.
htdocs/modules/system/language/english/admin/_tplsets.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * @version     $Id$
8 8
  */
9 9
 
10
- //Nav
10
+    //Nav
11 11
 //define("_AM_SYSTEM_TEMPLATES_NAV_MANAGER","Templates Manager");
12 12
 //define("_AM_SYSTEM_TEMPLATES_NAV_MAIN","Templates Manager");
13 13
 //Tips
Please login to merge, or discard this patch.
htdocs/modules/system/language/english/_blocks.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,4 +49,4 @@
 block discarded – undo
49 49
 //define("_MB_SYSTEM_NUMTHEME", "%s themes");
50 50
 //define("_MB_SYSTEM_THSHOW", "Display screenshot image");
51 51
 //define("_MB_SYSTEM_THWIDTH", "Screenshot image width");
52
-define("_MB_SYSTEM_REMEMBERME","Remember me");
53 52
\ No newline at end of file
53
+define("_MB_SYSTEM_REMEMBERME", "Remember me");
54 54
\ No newline at end of file
Please login to merge, or discard this patch.
htdocs/modules/system/help.php 1 patch
Spacing   +48 added lines, -48 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
  */
24 24
 
25 25
 // Include header
26
-include __DIR__ . '/header.php';
26
+include __DIR__.'/header.php';
27 27
 
28 28
 $xoops = Xoops::getInstance();
29 29
 $system = System::getInstance();
@@ -42,24 +42,24 @@  discard block
 block discarded – undo
42 42
 if ($mid > 0) {
43 43
     $module = $xoops->getModuleById($mid);
44 44
 
45
-    $system_breadcrumb->addLink($module->getVar('name'), 'help.php?mid=' . $module->getVar('mid', 's'));
45
+    $system_breadcrumb->addLink($module->getVar('name'), 'help.php?mid='.$module->getVar('mid', 's'));
46 46
     $system_breadcrumb->addLink(system_adminVersion($page, 'name'));
47 47
     $system_breadcrumb->render();
48 48
 
49 49
     if ($module->getVar('dirname', 'e') === 'system') {
50 50
 
51
-        $admin_dir = \XoopsBaseConfig::get('root-path') . '/modules/system/admin';
51
+        $admin_dir = \XoopsBaseConfig::get('root-path').'/modules/system/admin';
52 52
         $dirlist = XoopsLists::getDirListAsArray($admin_dir);
53 53
 
54 54
         foreach ($dirlist as $directory) {
55
-            if (XoopsLoad::fileExists($file = $admin_dir . '/' . $directory . '/xoops_version.php')) {
55
+            if (XoopsLoad::fileExists($file = $admin_dir.'/'.$directory.'/xoops_version.php')) {
56 56
 
57 57
                 require $file;
58 58
                 unset($file);
59 59
 
60 60
                 if ($modversion['help']) {
61 61
                     $help['name'] = system_adminVersion($directory, 'name');
62
-                    $help['link'] = 'help.php?mid=' . $mid . '&amp;' . system_adminVersion($directory, 'help');
62
+                    $help['link'] = 'help.php?mid='.$mid.'&amp;'.system_adminVersion($directory, 'help');
63 63
 
64 64
                     $xoops->tpl()->appendByRef('help', $help);
65 65
                     unset($help);
@@ -72,12 +72,12 @@  discard block
 block discarded – undo
72 72
         $list_help = array();
73 73
         $listed_mods[0] = $module->toArray();
74 74
         $helplist = $module->getInfo('helpsection');
75
-        $j=0;
75
+        $j = 0;
76 76
         if (is_array($helplist)) {
77 77
             foreach ($helplist as $helpitem) {
78 78
                 if (($helpitem['name'] != '') && ($helpitem['link'] != '')) {
79 79
                     $list_help[$j]['name'] = $helpitem['name'];
80
-                    $list_help[$j]['link'] = 'help.php?mid=' . $mid . '&amp;' . $helpitem['link'];
80
+                    $list_help[$j]['link'] = 'help.php?mid='.$mid.'&amp;'.$helpitem['link'];
81 81
                     ++$j;
82 82
                 }
83 83
             }
@@ -85,9 +85,9 @@  discard block
 block discarded – undo
85 85
             $xoopsTpl->assign('list_mods', $listed_mods);
86 86
         }
87 87
         unset ($helplist);
88
-        if (( $module->getInfo('help') != '' ) && ($j == 0)) {
88
+        if (($module->getInfo('help') != '') && ($j == 0)) {
89 89
             $help['name'] = $module->getInfo('name');
90
-            $help['link'] = 'help.php?mid=' . $mid . '&amp;' . $module->getInfo('help');
90
+            $help['link'] = 'help.php?mid='.$mid.'&amp;'.$module->getInfo('help');
91 91
             $xoopsTpl->appendByRef('help', $help);
92 92
         }
93 93
         unset($help);
@@ -100,22 +100,22 @@  discard block
 block discarded – undo
100 100
 
101 101
     if ($page !== '') {
102 102
         // Call template
103
-        if ($helpfile = XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/locale/' . XoopsLocale::getLocale() . '/help/' . $page . '.tpl')) {
104
-            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/locale/' . XoopsLocale::getLocale() . '/help/' . $page . '.tpl');
105
-        } elseif ($helpfile = XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/locale/' . XoopsLocale::getLocale() . '/help/' . $page . '.html')) {
106
-            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/locale/' . XoopsLocale::getLocale() . '/help/' . $page . '.html');
107
-        } elseif (XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/language/' . $xoopsConfig['language'] . '/help/' . $page . '.tpl')) {
108
-            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/language/' . $xoopsConfig['language'] . '/help/' . $page . '.tpl');
109
-        } elseif (XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/language/' . $xoopsConfig['language'] . '/help/' . $page . '.html')) {
110
-            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/language/' . $xoopsConfig['language'] . '/help/' . $page . '.html');
111
-        } elseif ($helpfile = XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/locale/en_US/help/' . $page . '.tpl')) {
112
-            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/locale/en_US/help/' . $page . '.tpl');
113
-        } elseif ($helpfile = XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/locale/en_US/help/' . $page . '.html')) {
114
-            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/locale/en_US/help/' . $page . '.html');
115
-        } elseif (XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/language/english/help/' . $page . '.tpl')) {
116
-            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/language/english/help/' . $page . '.tpl');
117
-        } elseif (XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/language/english/help/' . $page . '.html')) {
118
-            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e') . '/language/english/help/' . $page . '.html');
103
+        if ($helpfile = XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/locale/'.XoopsLocale::getLocale().'/help/'.$page.'.tpl')) {
104
+            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/locale/'.XoopsLocale::getLocale().'/help/'.$page.'.tpl');
105
+        } elseif ($helpfile = XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/locale/'.XoopsLocale::getLocale().'/help/'.$page.'.html')) {
106
+            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/locale/'.XoopsLocale::getLocale().'/help/'.$page.'.html');
107
+        } elseif (XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/language/'.$xoopsConfig['language'].'/help/'.$page.'.tpl')) {
108
+            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/language/'.$xoopsConfig['language'].'/help/'.$page.'.tpl');
109
+        } elseif (XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/language/'.$xoopsConfig['language'].'/help/'.$page.'.html')) {
110
+            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/language/'.$xoopsConfig['language'].'/help/'.$page.'.html');
111
+        } elseif ($helpfile = XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/locale/en_US/help/'.$page.'.tpl')) {
112
+            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/locale/en_US/help/'.$page.'.tpl');
113
+        } elseif ($helpfile = XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/locale/en_US/help/'.$page.'.html')) {
114
+            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/locale/en_US/help/'.$page.'.html');
115
+        } elseif (XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/language/english/help/'.$page.'.tpl')) {
116
+            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/language/english/help/'.$page.'.tpl');
117
+        } elseif (XoopsLoad::fileExists(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/language/english/help/'.$page.'.html')) {
118
+            $helpcontent = $xoops->tpl()->fetch(\XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e').'/language/english/help/'.$page.'.html');
119 119
         } else {
120 120
             $xoops->tpl()->assign('load_error', 1);
121 121
         }
@@ -126,23 +126,23 @@  discard block
 block discarded – undo
126 126
         $xoops->tpl()->assign('helpcontent', $helpcontent);
127 127
     } else {
128 128
         if ($helpfile = XoopsLoad::fileExists(
129
-            \XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e')
130
-            . '/locale/' . XoopsLocale::getLocale() . '/help/module_index.html'
129
+            \XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e')
130
+            . '/locale/'.XoopsLocale::getLocale().'/help/module_index.html'
131 131
         )) {
132 132
             $helpcontent = $xoops->tpl()->fetch(
133
-                \XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e')
134
-                . '/locale/' . XoopsLocale::getLocale() . '/help/module_index.html'
133
+                \XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e')
134
+                . '/locale/'.XoopsLocale::getLocale().'/help/module_index.html'
135 135
             );
136 136
         } elseif (XoopsLoad::fileExists(
137
-            \XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e')
138
-            . '/language/' . $xoops->getConfig('language') . '/help/module_index.html'
137
+            \XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e')
138
+            . '/language/'.$xoops->getConfig('language').'/help/module_index.html'
139 139
         )) {
140 140
             $helpcontent = $xoops->tpl()->fetch(
141
-                \XoopsBaseConfig::get('root-path') . '/modules/' . $module->getVar('dirname', 'e')
142
-                . '/language/' . $xoops->getConfig('language') . '/help/module_index.html'
141
+                \XoopsBaseConfig::get('root-path').'/modules/'.$module->getVar('dirname', 'e')
142
+                . '/language/'.$xoops->getConfig('language').'/help/module_index.html'
143 143
             );
144 144
         } else {
145
-            $helpcontent = '<p>' . $module->getInfo('description') . '</p>';
145
+            $helpcontent = '<p>'.$module->getInfo('description').'</p>';
146 146
         }
147 147
         $xoops->tpl()->assign('helpcontent', $helpcontent);
148 148
     }
@@ -169,19 +169,19 @@  discard block
 block discarded – undo
169 169
         $listed_mods[$i]['description'] = $module->getInfo('description');
170 170
 
171 171
         if ($module->getVar('dirname', 'e') === 'system') {
172
-            $admin_dir = \XoopsBaseConfig::get('root-path') . '/modules/system/admin';
172
+            $admin_dir = \XoopsBaseConfig::get('root-path').'/modules/system/admin';
173 173
             $dirlist = XoopsLists::getDirListAsArray($admin_dir);
174 174
 
175 175
             foreach ($dirlist as $directory) {
176
-                if (XoopsLoad::fileExists($file = $admin_dir . '/' . $directory . '/xoops_version.php')) {
176
+                if (XoopsLoad::fileExists($file = $admin_dir.'/'.$directory.'/xoops_version.php')) {
177 177
 
178 178
                     require $file;
179 179
                     unset($file);
180 180
 
181 181
                     if ($modversion['help']) {
182 182
                         $list_help[$j]['name'] = system_adminVersion($directory, 'name');
183
-                        $list_help[$j]['link'] = 'help.php?mid=' . $module->getVar('mid', 'e')
184
-                            . '&amp;' . system_adminVersion($directory, 'help');
183
+                        $list_help[$j]['link'] = 'help.php?mid='.$module->getVar('mid', 'e')
184
+                            . '&amp;'.system_adminVersion($directory, 'help');
185 185
                     }
186 186
                     unset($modversion);
187 187
                     ++$j;
@@ -190,15 +190,15 @@  discard block
 block discarded – undo
190 190
             unset($dirlist);
191 191
         } else {
192 192
             $helplist = $module->getInfo('helpsection');
193
-            $k=0;
193
+            $k = 0;
194 194
 
195 195
             // Only build the list if one has been defined.
196 196
             if (is_array($helplist)) {
197 197
                 foreach ($helplist as $helpitem) {
198 198
                     if (($helpitem['name'] != '') && ($helpitem['link'] != '')) {
199 199
                         $list_help[$j]['name'] = $helpitem['name'];
200
-                        $list_help[$j]['link'] = 'help.php?mid=' . $module->getVar('mid', 'e')
201
-                            . '&amp;' . $helpitem['link'];
200
+                        $list_help[$j]['link'] = 'help.php?mid='.$module->getVar('mid', 'e')
201
+                            . '&amp;'.$helpitem['link'];
202 202
                         ++$j;
203 203
                         ++$k;
204 204
                     }
@@ -207,10 +207,10 @@  discard block
 block discarded – undo
207 207
             unset($helplist);
208 208
 
209 209
             // If there is no help section ($k=0), and a lone help parameter has been defined.
210
-            if (( $module->getInfo('help') != '' ) && ($k == 0)) {
210
+            if (($module->getInfo('help') != '') && ($k == 0)) {
211 211
                 $list_help[$j]['name'] = $module->getInfo('name');
212
-                $list_help[$j]['link'] = 'help.php?mid=' . $module->getVar('mid', 'e')
213
-                    . '&amp;' . $module->getInfo('help');
212
+                $list_help[$j]['link'] = 'help.php?mid='.$module->getVar('mid', 'e')
213
+                    . '&amp;'.$module->getInfo('help');
214 214
             }
215 215
         }
216 216
         $listed_mods[$i]['help_page'] = $list_help;
@@ -225,15 +225,15 @@  discard block
 block discarded – undo
225 225
     $xoops->tpl()->assign('list_mods', $listed_mods);
226 226
 
227 227
     if (XoopsLoad::fileExists(
228
-        \XoopsBaseConfig::get('root-path') . '/modules/system/language/'
229
-        . $xoops->getConfig('language') . '/help/help_center.html'
228
+        \XoopsBaseConfig::get('root-path').'/modules/system/language/'
229
+        . $xoops->getConfig('language').'/help/help_center.html'
230 230
     )) {
231 231
         $helpcontent = $xoops->tpl()->fetch(
232
-            \XoopsBaseConfig::get('root-path') . '/modules/system/language/' . $xoops->getConfig('language')
232
+            \XoopsBaseConfig::get('root-path').'/modules/system/language/'.$xoops->getConfig('language')
233 233
             . '/help/help_center.html'
234 234
         );
235 235
     } else {
236
-        $helpcontent = '<div id="non-modhelp">' . SystemLocale::WELCOME_TO_XOOPS_HELP_CENTER . '</div>';
236
+        $helpcontent = '<div id="non-modhelp">'.SystemLocale::WELCOME_TO_XOOPS_HELP_CENTER.'</div>';
237 237
     }
238 238
 
239 239
     $xoops->tpl()->assign('helpcontent', $helpcontent);
Please login to merge, or discard this patch.
htdocs/modules/system/menu.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -40,15 +40,15 @@
 block discarded – undo
40 40
 $dirlist = XoopsLists::getDirListAsArray($admin_dir);
41 41
 $index = 0;
42 42
 foreach ($dirlist as $file) {
43
-    if (XoopsLoad::fileExists($fileinc = $admin_dir . '/' . $file . '/xoops_version.php')) {
43
+    if (XoopsLoad::fileExists($fileinc = $admin_dir.'/'.$file.'/xoops_version.php')) {
44 44
         include $fileinc;
45 45
         unset($fileinc);
46 46
         if ($modversion['hasAdmin']) {
47
-            if ($xoops->getModuleConfig('active_' . $file, 'system')) {
47
+            if ($xoops->getModuleConfig('active_'.$file, 'system')) {
48 48
                 $category = isset($modversion['category']) ? (int)($modversion['category']) : 0;
49 49
                 if (false != $all_ok || in_array($modversion['category'], $ok_syscats)) {
50 50
                     $adminmenu[$index]['title'] = trim($modversion['name']);
51
-                    $adminmenu[$index]['link'] = 'admin.php?fct=' . $file;
51
+                    $adminmenu[$index]['link'] = 'admin.php?fct='.$file;
52 52
                     $adminmenu[$index]['image'] = $modversion['image'];
53 53
                 }
54 54
             }
Please login to merge, or discard this patch.
htdocs/modules/system/blocks/login.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         $block['lang_lostpass'] = XoopsLocale::Q_LOST_YOUR_PASSWORD;
32 32
         $block['lang_registernow'] = XoopsLocale::REGISTER_NOW;
33 33
         if ($xoops->getConfig('use_ssl') == 1 && $xoops->getConfig('sslloginlink') != '') {
34
-            $block['sslloginlink'] = "<a href=\"javascript:openWithSelfMain('" . $xoops->getConfig('sslloginlink') . "', 'ssllogin', 300, 200);\">" . SystemLocale::SECURE_LOGIN . "</a>";
34
+            $block['sslloginlink'] = "<a href=\"javascript:openWithSelfMain('".$xoops->getConfig('sslloginlink')."', 'ssllogin', 300, 200);\">".SystemLocale::SECURE_LOGIN."</a>";
35 35
         } elseif ($xoops->getConfig('usercookie')) {
36 36
             $block['lang_rememberme'] = XoopsLocale::REMEMBER_ME;
37 37
         }
Please login to merge, or discard this patch.
htdocs/modules/system/blocks/main.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
                 $block['modules'][$i]['highlight'] = true;
53 53
                 $block['nothome'] = true;
54 54
             }
55
-             /* @var $plugin MenusPluginInterface */
55
+                /* @var $plugin MenusPluginInterface */
56 56
             if ($xoops->isModule() && $module->getVar('dirname') == $xoops->module->getVar('dirname') && $plugin = \Xoops\Module\Plugin::getPlugin($module->getVar('dirname'), 'menus')) {
57 57
                 $sublinks = $plugin->subMenus();
58 58
                 foreach ($sublinks as $sublink) {
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -41,8 +41,8 @@  discard block
 block discarded – undo
41 41
         if (in_array($i, $read_allowed)) {
42 42
             $block['modules'][$i]['name'] = $module->getVar('name');
43 43
             $block['modules'][$i]['dirname'] = $module->getVar('dirname');
44
-            if (XoopsLoad::fileExists($xoops->path('modules/' . $module->getVar('dirname') . '/icons/logo_small.png'))) {
45
-                $block['modules'][$i]['image'] = $xoops->url('modules/' . $module->getVar('dirname') . '/icons/logo_small.png');
44
+            if (XoopsLoad::fileExists($xoops->path('modules/'.$module->getVar('dirname').'/icons/logo_small.png'))) {
45
+                $block['modules'][$i]['image'] = $xoops->url('modules/'.$module->getVar('dirname').'/icons/logo_small.png');
46 46
             }
47 47
             if ($xoops->isModule() && ($i == $xoops->module->getVar('mid'))) {
48 48
                 $block['modules'][$i]['highlight'] = true;
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
                 foreach ($sublinks as $sublink) {
59 59
                     $block['modules'][$i]['sublinks'][] = array(
60 60
                         'name' => $sublink['name'],
61
-                        'url'  => \XoopsBaseConfig::get('url') . '/modules/' . $module->getVar('dirname') . '/' . $sublink['url']
61
+                        'url'  => \XoopsBaseConfig::get('url').'/modules/'.$module->getVar('dirname').'/'.$sublink['url']
62 62
                     );
63 63
                 }
64 64
             }
Please login to merge, or discard this patch.
htdocs/modules/system/blocks/newmembers.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     $count = count($newmembers);
41 41
     for ($i = 0; $i < $count; ++$i) {
42 42
         if ($options[1] == 1) {
43
-            $block['users'][$i]['avatar'] = $newmembers[$i]->getVar('user_avatar') !== 'blank.gif' ? \XoopsBaseConfig::get('uploads-url') . '/' . $newmembers[$i]->getVar('user_avatar') : '';
43
+            $block['users'][$i]['avatar'] = $newmembers[$i]->getVar('user_avatar') !== 'blank.gif' ? \XoopsBaseConfig::get('uploads-url').'/'.$newmembers[$i]->getVar('user_avatar') : '';
44 44
         } else {
45 45
             $block['users'][$i]['avatar'] = '';
46 46
         }
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
 function b_system_newmembers_edit($options)
55 55
 {
56 56
     $block_form = new Xoops\Form\BlockForm();
57
-    $block_form->addElement( new Xoops\Form\Text(SystemLocale::NUMBER_OF_USERS_TO_DISPLAY, 'options[0]', 1, 3, $options[0]), true);
57
+    $block_form->addElement(new Xoops\Form\Text(SystemLocale::NUMBER_OF_USERS_TO_DISPLAY, 'options[0]', 1, 3, $options[0]), true);
58 58
     $block_form->addElement(new Xoops\Form\RadioYesNo(SystemLocale::DISPLAY_USERS_AVATARS, 'options[1]', $options[1]));
59 59
     return $block_form->render();
60 60
 }
Please login to merge, or discard this patch.