openrat-cms

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

commit e2a6958e66acf7cd5232c8203c5791bee4e6ddc3
parent 51aea832963c1b642110d4dc54ca0020c72a4c03
Author: dankert <devnull@localhost>
Date:   Mon,  9 Apr 2007 00:10:04 +0200

Text ausgaben, auch wenn noch keine Vorlage ausgew?hlt.

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

diff --git a/actionClasses/MainmenuAction.class.php b/actionClasses/MainmenuAction.class.php @@ -157,6 +157,10 @@ class MainmenuAction extends Action $this->addSubaction('el' ); $this->addSubaction('prop' ); } + else + { + $this->setTemplateVar('text',lang('global_templates') ); + } $this->setTemplateVar('param' ,'templateid'); $this->setTemplateVar('windowMenu',$this->subActionList);