diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:52:56 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:52:56 +0100 |
| commit | ed7ded38465662eabdd1b16dd9cd4008d6c5528f (patch) | |
| tree | 7c3ebe7246ac47f6b7bbca3419f22be3718892f6 /modules | |
| parent | 758faa3c26c4756874616e87e0433691e8393b6e (diff) | |
| download | search-ed7ded38465662eabdd1b16dd9cd4008d6c5528f.tar.gz search-ed7ded38465662eabdd1b16dd9cd4008d6c5528f.tar.bz2 search-ed7ded38465662eabdd1b16dd9cd4008d6c5528f.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_global_search.tpl | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | modules/help_mod_package_search.tpl | 0 | ||||
| -rw-r--r-- | modules/index.php | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | modules/mod_ajax_search.tpl | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | modules/mod_global_search.tpl | 0 | ||||
| -rw-r--r-- | modules/mod_package_search.php | 4 | ||||
| -rwxr-xr-x[-rw-r--r--] | modules/mod_package_search.tpl | 0 |
7 files changed, 3 insertions, 3 deletions
diff --git a/modules/help_mod_global_search.tpl b/modules/help_mod_global_search.tpl index 9e6db5d..9e6db5d 100644..100755 --- a/modules/help_mod_global_search.tpl +++ b/modules/help_mod_global_search.tpl diff --git a/modules/help_mod_package_search.tpl b/modules/help_mod_package_search.tpl index 9e6db5d..9e6db5d 100644..100755 --- a/modules/help_mod_package_search.tpl +++ b/modules/help_mod_package_search.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_ajax_search.tpl b/modules/mod_ajax_search.tpl index 5ab1a4b..5ab1a4b 100644..100755 --- a/modules/mod_ajax_search.tpl +++ b/modules/mod_ajax_search.tpl diff --git a/modules/mod_global_search.tpl b/modules/mod_global_search.tpl index 15a7659..15a7659 100644..100755 --- a/modules/mod_global_search.tpl +++ b/modules/mod_global_search.tpl diff --git a/modules/mod_package_search.php b/modules/mod_package_search.php index 925fc66..7508c23 100644 --- a/modules/mod_package_search.php +++ b/modules/mod_package_search.php @@ -21,10 +21,10 @@ use Bitweaver\KernelTools; * Initialization */ global $gBitSystem, $gLibertySystem; - + $tplName = $gBitSystem->getActivePackage().'_mini_search.tpl'; $searchTemplatePath = BIT_ROOT_URL.constant( strtoupper( $gBitSystem->getActivePackage() ).'_PKG_PATH' ).'templates/'.$tplName; - + if( file_exists( $searchTemplatePath ) ) { $searchTemplateRsrc = 'bitpackage:'.$gBitSystem->getActivePackage().'/'.$tplName; $searchTitle = ucfirst( $gBitSystem->getActivePackage() ); diff --git a/modules/mod_package_search.tpl b/modules/mod_package_search.tpl index ab0c498..ab0c498 100644..100755 --- a/modules/mod_package_search.tpl +++ b/modules/mod_package_search.tpl |
