summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 09:54:15 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 09:54:15 +0100
commit974ca7dd01b899652a5ddee850ab3ec2a483527e (patch)
tree55af98860bfd7db4d9885975ed77088369430677 /modules
parentf1e7aea6a7a18869a96052da37a642e93f89d01a (diff)
downloadlanguages-974ca7dd01b899652a5ddee850ab3ec2a483527e.tar.gz
languages-974ca7dd01b899652a5ddee850ab3ec2a483527e.tar.bz2
languages-974ca7dd01b899652a5ddee850ab3ec2a483527e.zip
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'modules')
-rwxr-xr-x[-rw-r--r--]modules/help_mod_switch_language_dropdown.tpl0
-rwxr-xr-x[-rw-r--r--]modules/help_mod_switch_language_links.tpl0
-rw-r--r--modules/index.php2
-rw-r--r--modules/mod_switch_language_dropdown.php2
-rwxr-xr-x[-rw-r--r--]modules/mod_switch_language_dropdown.tpl0
-rw-r--r--modules/mod_switch_language_links.php2
-rwxr-xr-x[-rw-r--r--]modules/mod_switch_language_links.tpl0
7 files changed, 3 insertions, 3 deletions
diff --git a/modules/help_mod_switch_language_dropdown.tpl b/modules/help_mod_switch_language_dropdown.tpl
index 9e6db5d..9e6db5d 100644..100755
--- a/modules/help_mod_switch_language_dropdown.tpl
+++ b/modules/help_mod_switch_language_dropdown.tpl
diff --git a/modules/help_mod_switch_language_links.tpl b/modules/help_mod_switch_language_links.tpl
index 9e6db5d..9e6db5d 100644..100755
--- a/modules/help_mod_switch_language_links.tpl
+++ b/modules/help_mod_switch_language_links.tpl
diff --git a/modules/index.php b/modules/index.php
index 3e305fe..c0437d0 100644
--- a/modules/index.php
+++ b/modules/index.php
@@ -1,4 +1,4 @@
-<?php
+<?php
// This is not a package.
header ("location: ../index.php");
diff --git a/modules/mod_switch_language_dropdown.php b/modules/mod_switch_language_dropdown.php
index 4d47f24..3cbd7b3 100644
--- a/modules/mod_switch_language_dropdown.php
+++ b/modules/mod_switch_language_dropdown.php
@@ -5,7 +5,7 @@
* @package languages
* @subpackage modules
* @version $Header$
- */
+ */
global $gBitLanguage, $gBitUser;
//vd($_COOKIE);
//vd($_SESSION);
diff --git a/modules/mod_switch_language_dropdown.tpl b/modules/mod_switch_language_dropdown.tpl
index 5a50293..5a50293 100644..100755
--- a/modules/mod_switch_language_dropdown.tpl
+++ b/modules/mod_switch_language_dropdown.tpl
diff --git a/modules/mod_switch_language_links.php b/modules/mod_switch_language_links.php
index cb16e76..f88ca4e 100644
--- a/modules/mod_switch_language_links.php
+++ b/modules/mod_switch_language_links.php
@@ -5,7 +5,7 @@
* @package languages
* @subpackage modules
* @version $Header$
- */
+ */
global $gBitLanguage;
$sel_lang = !empty( $gBitUser->mInfo['bitlanguage'] ) ? $gBitUser->mInfo['bitlanguage'] : $gBitLanguage->mLanguage;
$gBitSmarty->assign( 'sel_lang', $sel_lang );
diff --git a/modules/mod_switch_language_links.tpl b/modules/mod_switch_language_links.tpl
index 46f1329..46f1329 100644..100755
--- a/modules/mod_switch_language_links.tpl
+++ b/modules/mod_switch_language_links.tpl