openrat-cms

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

commit f9d6685f24547e4787b8f77a81e6d125c5352988
parent 10475070571dc02198b6daf2b2719fa8b2605bee
Author: dankert <devnull@localhost>
Date:   Mon,  4 Oct 2004 22:20:09 +0200

Bildbeschreibung f?r plus/minus-Bild

Diffstat:
themes/default/pages/html/tree.tpl.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/pages/html/tree.tpl.php b/themes/default/pages/html/tree.tpl.php @@ -16,7 +16,7 @@ <?php if (isset($z['image'])) { ?> <td width="1%"> -<?php if (isset($z['image_url'])) { ?><a href="<?php echo $z['image_url'].'#'.$z['name'] ?>" class="tree" target="_self"><?php } ?><img src="<?php echo $image_dir.'tree_'.$z['image'] ?>.gif" alt="" border="0"><?php if (isset($z['image_url'])) { ?></a><?php } ?> +<?php if (isset($z['image_url'])) { ?><a href="<?php echo $z['image_url'].'#'.$z['name'] ?>" class="tree" target="_self" title="<?php echo $z['image_url_desc'] ?>"><?php } ?><img src="<?php echo $image_dir.'tree_'.$z['image'] ?>.gif" alt="" border="0"><?php if (isset($z['image_url'])) { ?></a><?php } ?> </td> <?php } ?>