diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:54:15 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:54:15 +0100 |
| commit | 974ca7dd01b899652a5ddee850ab3ec2a483527e (patch) | |
| tree | 55af98860bfd7db4d9885975ed77088369430677 /modules | |
| parent | f1e7aea6a7a18869a96052da37a642e93f89d01a (diff) | |
| download | languages-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.tpl | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | modules/help_mod_switch_language_links.tpl | 0 | ||||
| -rw-r--r-- | modules/index.php | 2 | ||||
| -rw-r--r-- | modules/mod_switch_language_dropdown.php | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | modules/mod_switch_language_dropdown.tpl | 0 | ||||
| -rw-r--r-- | modules/mod_switch_language_links.php | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | modules/mod_switch_language_links.tpl | 0 |
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 |
