openrat-cms

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

commit 1d184a80945ab2451200258974fedbb5fd06f6fa
parent 0e35a5e071d6be5fab1336330ad1a4695073c683
Author: dankert <devnull@localhost>
Date:   Thu,  1 Jun 2006 20:16:03 +0200

Aufger?umt.

Diffstat:
actionClasses/TitleAction.class.php | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/actionClasses/TitleAction.class.php b/actionClasses/TitleAction.class.php @@ -20,7 +20,10 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // --------------------------------------------------------------------------- // $Log$ -// Revision 1.8 2005-03-13 16:39:58 dankert +// Revision 1.9 2006-06-01 18:16:03 dankert +// Aufger?umt. +// +// Revision 1.8 2005/03/13 16:39:58 dankert // Last-Modified vorerst nicht setzen, da letzte Aenderung der Baumeinstellung sonst nicht beruecksichtigt wird // // Revision 1.7 2005/02/17 20:08:51 dankert @@ -85,9 +88,6 @@ class TitleAction extends Action $this->setTemplateVar('profile_url',Html::url( 'profile' )); $this->setTemplateVar('logout_url' ,Html::url( 'index','logout' )); - $this->setTemplateVar('css_body_class','title'); - - if ( Session::get('showtree') ) { $this->setTemplateVar('showtree_url' ,Html::url('index','hidetree') );