diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-06 15:23:17 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-06 15:23:17 +0100 |
| commit | 50b73ac69d819335f49b31012258289c9e5f4fc7 (patch) | |
| tree | 522d99a913b972d5bfdd52cf5a53c51fa15aafd5 /smartyplugins | |
| parent | 65ec671c9c0d7a63f1c8ab9cfa6e6b31d891e664 (diff) | |
| download | themes-50b73ac69d819335f49b31012258289c9e5f4fc7.tar.gz themes-50b73ac69d819335f49b31012258289c9e5f4fc7.tar.bz2 themes-50b73ac69d819335f49b31012258289c9e5f4fc7.zip | |
Tidying links to bitweaver.org to avoid redirect from http
Diffstat (limited to 'smartyplugins')
| -rwxr-xr-x | smartyplugins/function.biticon.php | 2 | ||||
| -rwxr-xr-x | smartyplugins/function.booticon.php | 2 | ||||
| -rwxr-xr-x | smartyplugins/function.formhelp.php | 2 | ||||
| -rwxr-xr-x | smartyplugins/function.libertypagination.php | 2 | ||||
| -rwxr-xr-x | smartyplugins/function.pageurl.php | 2 | ||||
| -rwxr-xr-x | smartyplugins/function.pagination.php | 2 | ||||
| -rwxr-xr-x | smartyplugins/function.smartlink.php | 2 | ||||
| -rwxr-xr-x | smartyplugins/function.textarea.php | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/smartyplugins/function.biticon.php b/smartyplugins/function.biticon.php index 038a467..6659513 100755 --- a/smartyplugins/function.biticon.php +++ b/smartyplugins/function.biticon.php @@ -6,7 +6,7 @@ use Bitweaver\KernelTools; * Smarty plugin * @package Smarty * @subpackage plugins - * @link http://www.bitweaver.org/wiki/function_biticon function_biticon + * @link https://www.bitweaver.org/wiki/function_biticon function_biticon */ /** diff --git a/smartyplugins/function.booticon.php b/smartyplugins/function.booticon.php index 5260ea2..78d82df 100755 --- a/smartyplugins/function.booticon.php +++ b/smartyplugins/function.booticon.php @@ -5,7 +5,7 @@ namespace Bitweaver\Plugins; * Smarty plugin * @package Smarty * @subpackage plugins - * @link http://www.bitweaver.org/wiki/function_booticon function_booticon + * @link https://www.bitweaver.org/wiki/function_booticon function_booticon */ /** diff --git a/smartyplugins/function.formhelp.php b/smartyplugins/function.formhelp.php index f6eccd9..081e325 100755 --- a/smartyplugins/function.formhelp.php +++ b/smartyplugins/function.formhelp.php @@ -88,7 +88,7 @@ function smarty_function_formhelp( $pParams, &$pSmarty=NULL ) { if( $gBitSystem->isFeatureActive( 'site_online_help' ) || $gBitSystem->isFeatureActive( 'site_form_help' ) || $force == 'y' ) { if( !empty( $rawHash ) ) { if( !empty( $rawHash['page'] ) && ( $gBitSystem->isFeatureActive('site_online_help') || $force == 'y' ) ) { - $ret_page = '<strong>'.KernelTools::tra( 'Online help' ).'</strong>: <a class=\'external\' href=\'http://doc.bitweaver.org/wiki/index.php?page='.$rawHash['page'].'\'>'.$rawHash['page'].'</a><br />'; + $ret_page = '<strong>'.KernelTools::tra( 'Online help' ).'</strong>: <a class=\'external\' href=\'https://bitweaver.org/wiki/index.php?page='.$rawHash['page'].'\'>'.$rawHash['page'].'</a><br />'; } if( !empty( $rawHash['link'] ) && ( $gBitSystem->isFeatureActive('site_online_help') || $force == 'y' ) ) { diff --git a/smartyplugins/function.libertypagination.php b/smartyplugins/function.libertypagination.php index 71d4975..6da32ec 100755 --- a/smartyplugins/function.libertypagination.php +++ b/smartyplugins/function.libertypagination.php @@ -20,7 +20,7 @@ namespace Bitweaver\Plugins; * * @package Smarty * @subpackage plugins - * @link http://www.bitweaver.org/wiki/function_libertypagination function.libertypagination + * @link https://www.bitweaver.org/wiki/function_libertypagination function.libertypagination */ /** diff --git a/smartyplugins/function.pageurl.php b/smartyplugins/function.pageurl.php index 8414d49..9b7464a 100755 --- a/smartyplugins/function.pageurl.php +++ b/smartyplugins/function.pageurl.php @@ -5,7 +5,7 @@ namespace Bitweaver\Plugins; * Smarty {pageurl} function plugin * @package Smarty * @subpackage plugins - * @link http://www.bitweaver.org/wiki/function_pageurl function_pageurl + * @link https://www.bitweaver.org/wiki/function_pageurl function_pageurl */ /** diff --git a/smartyplugins/function.pagination.php b/smartyplugins/function.pagination.php index 1bdf50b..a9461c2 100755 --- a/smartyplugins/function.pagination.php +++ b/smartyplugins/function.pagination.php @@ -6,7 +6,7 @@ namespace Bitweaver\Plugins; * Smarty {pagination} function plugin * @package Smarty * @subpackage plugins - * @link http://www.bitweaver.org/wiki/function_pagination function_pagination + * @link https://www.bitweaver.org/wiki/function_pagination function_pagination */ /** diff --git a/smartyplugins/function.smartlink.php b/smartyplugins/function.smartlink.php index ae9c809..8d56419 100755 --- a/smartyplugins/function.smartlink.php +++ b/smartyplugins/function.smartlink.php @@ -7,7 +7,7 @@ use Bitweaver\KernelTools; * @package Smarty * @subpackage plugins * @author xing <xing$synapse.plus.com> - * @link http://www.bitweaver.org/wiki/function_smartlink function.smartlink + * @link https://www.bitweaver.org/wiki/function_smartlink function.smartlink */ /** diff --git a/smartyplugins/function.textarea.php b/smartyplugins/function.textarea.php index c1990f7..97d7bca 100755 --- a/smartyplugins/function.textarea.php +++ b/smartyplugins/function.textarea.php @@ -5,7 +5,7 @@ namespace Bitweaver\Plugins; * Smarty plugin * @package Smarty * @subpackage plugins - * @link http://www.bitweaver.org/wiki/function_textarea function_textarea + * @link https://www.bitweaver.org/wiki/function_textarea function_textarea */ /** |
