From 591ca1b09196ccaee053cd98f55506e5a515fe5f Mon Sep 17 00:00:00 2001 From: Tyler Bello Date: Tue, 20 Oct 2009 17:20:56 +0000 Subject: Fix pathing to bit_setup_inc.php --- edit_help_inc.php | 6 +++--- help_format_tikiwiki_inc.php | 4 ++-- templates/services_inc.tpl | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/edit_help_inc.php b/edit_help_inc.php index bde4d14..4daa8c7 100644 --- a/edit_help_inc.php +++ b/edit_help_inc.php @@ -1,10 +1,10 @@ - * @version $Revision: 1.20 $ + * @version $Revision: 1.21 $ * @package liberty * @subpackage functions */ @@ -13,7 +13,7 @@ * required setup */ global $gLibertySystem, $gBitSmarty; -require_once( '../bit_setup_inc.php' ); +require_once( BIT_ROOT_PATH.'/bit_setup_inc.php' ); $inEditor = TRUE; // Required by PluginHelp to Determin Executed in an Editor diff --git a/help_format_tikiwiki_inc.php b/help_format_tikiwiki_inc.php index 0e139a7..42ced9e 100644 --- a/help_format_tikiwiki_inc.php +++ b/help_format_tikiwiki_inc.php @@ -3,7 +3,7 @@ * help_format_tikiwiki_inc * * @author Christian Fowler> - * @version $Revision: 1.13 $ + * @version $Revision: 1.14 $ * @package liberty * @subpackage functions */ @@ -12,7 +12,7 @@ * required setup */ global $gBitSystem, $gBitSmarty; -require_once( '../bit_setup_inc.php' ); +require_once( BIT_ROOT_PATH.'bit_setup_inc.php' ); require_once( KERNEL_PKG_PATH.'BitCache.php' ); $cache = new BitCache( 'liberty/help' ); diff --git a/templates/services_inc.tpl b/templates/services_inc.tpl index 490473d..6cf6d0e 100644 --- a/templates/services_inc.tpl +++ b/templates/services_inc.tpl @@ -14,4 +14,4 @@ {/if} {/if} -{/strip} \ No newline at end of file +{/strip} -- cgit v1.3