openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4e170afe539ee24bffb99670f30009858ae75f87
parent 39763183fde64068f4f22ad9efc7267b26f4401a
Author: dankert <devnull@localhost>
Date:   Tue,  4 Jan 2005 22:42:09 +0100

Uebertragen von MOTD

Diffstat:
actionClasses/IndexAction.class.php | 11++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/actionClasses/IndexAction.class.php b/actionClasses/IndexAction.class.php @@ -20,7 +20,10 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // --------------------------------------------------------------------------- // $Log$ -// Revision 1.14 2004-12-29 20:19:55 dankert +// Revision 1.15 2005-01-04 21:42:09 dankert +// Uebertragen von MOTD +// +// Revision 1.14 2004/12/29 20:19:55 dankert // Korrektur // // Revision 1.13 2004/12/28 22:58:39 dankert @@ -176,8 +179,10 @@ class IndexAction extends Action else $this->setTemplateVar('actdbid',$conf['database']['default']); - $this->setTemplateVar('logo' ,$conf['login']['logo' ]); - $this->setTemplateVar('logo_url',$conf['login']['logo_url']); + $this->setTemplateVar('logo' ,$conf['login' ]['logo' ]); + $this->setTemplateVar('logo_url',$conf['login' ]['logo_url']); + $this->setTemplateVar('motd' ,$conf['login' ]['motd' ]); + $this->setTemplateVar('readonly',$conf['security']['readonly']); $this->setTemplateVar('loginmessage',$this->getSessionVar('loginmessage')); $this->setSessionVar('loginmessage','');