openrat-cms

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

commit 7d3153230d63d97f16bc5b651778ac996be6de91
parent dd8003107909a7d4679bbe589e7f1d72d6eb907e
Author: dankert <devnull@localhost>
Date:   Tue, 22 Jul 2008 00:57:16 +0200

Im Dialogfenster-Title den Pfad ausgeben (z.B. "Seite -->")

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

diff --git a/themes/default/include/html/window.inc.php b/themes/default/include/html/window.inc.php @@ -33,8 +33,10 @@ if (!@$conf['interface']['application_mode'] ) { echo '<tr><td class="menu">'; - if ( !empty($attr_icon) ) - echo '<img src="'.$image_dir.'icon_'.$attr_icon.IMG_ICON_EXT.'" align="left" border="0">'; + echo '<img src="'.$image_dir.'icon_'.$actionName.IMG_ICON_EXT.'" align="left" border="0">'; + echo '<span class="path">'.lang('GLOBAL_'.$actionName).'</span>&nbsp;<strong>&raquo;</strong>&nbsp;'; +// if ( !empty($attr_icon) ) +// echo '<img src="'.$image_dir.'icon_'.$attr_icon.IMG_ICON_EXT.'" align="left" border="0">'; if ( !isset($path) || is_array($path) ) $path = array(); foreach( $path as $pathElement)