openrat-cms

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

commit 6efb3d11d98f770cd010b703248f848fb62681c5
parent b4778cba9bddc669e9fc8c1d6b79d2ba319f47c4
Author: dankert <devnull@localhost>
Date:   Mon,  5 Nov 2007 23:59:01 +0100

Text im Fenstertitle verk?rzen (nur noch Projektname).

Diffstat:
actionClasses/IndexAction.class.php | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/actionClasses/IndexAction.class.php b/actionClasses/IndexAction.class.php @@ -980,7 +980,9 @@ class IndexAction extends Action } $db = Session::getDatabase(); - $this->setTemplateVar( 'title',$user->name.'@'.$project->name.' ('.$db->conf['comment'].')' ); +// $this->setTemplateVar( 'title',$user->name.'@'.$project->name.' ('.$db->conf['comment'].')' ); +// $this->setTemplateVar( 'title',$project->name.' ('.$db->conf['comment'].')' ); + $this->setTemplateVar( 'title',$project->name ); $object = Session::getObject();