openrat-cms

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

commit fd532b1503eae1d8be0dfaa997a8d64a7aec7537
parent 8085ad72d8b59252a8f74c1bdf239e76a0eec3fd
Author: dankert <devnull@localhost>
Date:   Sun, 29 Jan 2006 18:29:46 +0100

Neues Attribut "elementtype"

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

diff --git a/themes/default/include/html/image.inc.php b/themes/default/include/html/image.inc.php @@ -1,6 +1,6 @@ <?php -if (!empty($attr_eltype)) { -?><img src="<?php echo $image_dir.'icon_el_'.$$attr_eltype.IMG_ICON_EXT ?>" border="0" align="<?php echo $attr_align ?>"><?php +if (!empty($attr_elementtype)) { +?><img src="<?php echo $image_dir.'icon_el_'.$$attr_elementtype.IMG_ICON_EXT ?>" border="0" align="<?php echo $attr_align ?>"><?php } elseif (!empty($attr_type)) { ?><img src="<?php echo $image_dir.'icon_'.$$attr_type.IMG_ICON_EXT ?>" border="0" align="<?php echo $attr_align ?>"><?php } elseif (!empty($$attr_url)) {