From: Ben Klang Date: Wed, 6 Jul 2005 11:13:07 +0000 (+0000) Subject: Still need to merge changes from Mandy X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=164ae05b9a7e81908b3f1dffc99994ec12472e03;p=horde.git Still need to merge changes from Mandy git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@47 06cd67b6-e706-0410-b29e-9de616bca6e9 --- diff --git a/index.php b/index.php index b1e6d0e61..47ef0e3bf 100644 --- a/index.php +++ b/index.php @@ -20,8 +20,8 @@ if (!$shout_configured) { require_once SHOUT_BASE . '/lib/base.php'; require_once SHOUT_BASE . '/lib/Shout.php'; #require_once SHOUT_TEMPLATES . '/comment.inc'; -require_once 'Horde/Variables.php'; -require_once 'Horde/Text/Filter.php'; +#require_once 'Horde/Variables.php'; +#require_once 'Horde/Text/Filter.php'; $context = Util::getFormData("context"); $section = Util::getFormData("section"); @@ -65,14 +65,4 @@ switch ($section) { } -require $registry->get('templates', 'horde') . '/common-footer.inc'; - - - - - - - - - -#require SHOUT_BASE . '/contexts.php'; \ No newline at end of file +require $registry->get('templates', 'horde') . '/common-footer.inc'; \ No newline at end of file diff --git a/lib/base.php b/lib/base.php index 0e1c3d6ec..e4deede4a 100644 --- a/lib/base.php +++ b/lib/base.php @@ -43,6 +43,10 @@ require_once SHOUT_BASE . '/lib/Driver.php'; require_once 'Horde/Form.php'; require_once 'Horde/Form/Renderer.php'; +// Variable handling libraries +require_once 'Horde/Variables.php'; +require_once 'Horde/Text/Filter.php'; + // UI classes. require_once 'Horde/UI/Tabs.php'; diff --git a/shout.webprj b/shout.webprj index 5e6292acb..873e62f64 100644 --- a/shout.webprj +++ b/shout.webprj @@ -10,19 +10,19 @@ - - - + + + - + - + @@ -30,7 +30,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -78,7 +78,7 @@ - + @@ -88,6 +88,7 @@ + diff --git a/users.php b/users.php index 8b2b6f4c4..098d07aed 100644 --- a/users.php +++ b/users.php @@ -3,4 +3,4 @@ if (!defined(SHOUT_BASE)) { define(SHOUT_BASE, dirname(__FILE__)); } -require SHOUT_TEMPLATES . "/users/userlist.inc"; \ No newline at end of file +require SHOUT_TEMPLATES . "/users/userlist.html"; \ No newline at end of file