openrat-cms

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

commit 4496419507016957f43aec07ae569f783bd0f30c
parent 7062e78f538be3e620c746907770663bcebdfe30
Author: dankert <devnull@localhost>
Date:   Sun,  5 Feb 2006 00:19:29 +0100

Link auf Hilfeseite

Diffstat:
themes/default/include/html/window.inc.php | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/themes/default/include/html/window.inc.php b/themes/default/include/html/window.inc.php @@ -26,6 +26,10 @@ { ?><a href="<?php echo Html::url($actionName,$menu['subaction'],$this->getRequestId() ) ?>" title="<?php echo lang($menu['text'].'_DESC') ?>" class="menu<?php if($this->subActionName==$menu['subaction']) echo '_active' ?>"><?php echo lang($menu['text']) ?></a>&nbsp;&nbsp;&nbsp;<?php } + if ($conf['help']['enabled'] ) + { + ?><a href="<?php echo $conf['help']['url'].$actionName.'/'.$subActionName.$conf['help']['suffix'] ?> " target="_new" title="<?php echo lang('GLOBAL_HELP') ?>" class="menu">?</a><?php + } ?></td> </tr>