From: Michael J. Rubinsky Date: Thu, 30 Jul 2009 20:31:15 +0000 (-0400) Subject: add base.load.php and update version information X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ec9a50ed702eab6b4152141933467d634d678857;p=horde.git add base.load.php and update version information --- diff --git a/ansel/lib/base.load.php b/ansel/lib/base.load.php new file mode 100644 index 000000000..f38bf4c9b --- /dev/null +++ b/ansel/lib/base.load.php @@ -0,0 +1,28 @@ +get('templates')); -} +$conf = $GLOBALS['conf']; +define('ANSEL_TEMPLATES', $registry->get('templates')); // Notification system. $GLOBALS['notification'] = Horde_Notification::singleton(); $GLOBALS['notification']->attach('status'); -// Find the base file path of Ansel. -if (!defined('ANSEL_BASE')) { - define('ANSEL_BASE', dirname(__FILE__) . '/..'); -} - // Ansel base libraries. require_once ANSEL_BASE . '/lib/Ansel.php'; diff --git a/ansel/lib/version.php b/ansel/lib/version.php index 6c33e4c47..4b585835c 100755 --- a/ansel/lib/version.php +++ b/ansel/lib/version.php @@ -1 +1 @@ - +