openrat-cms

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

commit d1b2d3ee53edbe02ef928f46fb7e7c6691dff468
parent c2ed6bb746b3a4e29d4c59a7586de309987e8d35
Author: dankert <devnull@localhost>
Date:   Wed, 19 Jul 2006 22:27:48 +0200

Kommentare erg?nzt.

Diffstat:
themes/default/templates/mainmenu/show.tpl.src.php | 8+++++++-
themes/default/templates/treetitle/show.tpl.src.php | 19++++---------------
2 files changed, 11 insertions(+), 16 deletions(-)

diff --git a/themes/default/templates/mainmenu/show.tpl.src.php b/themes/default/templates/mainmenu/show.tpl.src.php @@ -14,9 +14,15 @@ page text var:text title:text class:title row cell class:subaction + + # Schleife über alle Menüpunkte list list:windowMenu extract:true - link url:url target:cms_main_main + + # Menüpunkt + link url:url target:cms_main_main title:title text var:text + + # Trenner zwischen Menüpunkten text raw:__ RAW diff --git a/themes/default/templates/treetitle/show.tpl.src.php b/themes/default/templates/treetitle/show.tpl.src.php @@ -13,20 +13,10 @@ page text var:text title:text class:title row + # Menüleiste cell class:subaction + # Schleife über alle Menüpunkte list list:windowMenu extract:true - link url:url target:_parent - text var:text + link url:url title:title target:_parent + text textvar:text text raw:__ - -RAW -//<?php -// if ( hasLang('MENU_'.$act.'_KEY' ) ) -// { -// $attrAccesskey = ' accesskey="'.lang('MENU_'.$act.'_KEY').'"'; -// $title.=' ('.lang('GLOBAL_KEY').': ALT+'.lang('MENU_'.$act.'_KEY').')'; -// } -// else -// $attrAccesskey = ''; -// ?> -END- \ No newline at end of file