openrat-cms

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

commit 1293d35bc3b81d7548ef1513250b4af9f7d6b977
parent 9789d7aac138a9c738db621c0dce36be1dfb156f
Author: dankert <devnull@localhost>
Date:   Fri,  7 May 2004 22:34:35 +0200

alt-Tag

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

diff --git a/themes/default/pages/html/main/menu.tpl.php b/themes/default/pages/html/main/menu.tpl.php @@ -7,7 +7,7 @@ <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td rowspan="2" width="20"> - <img src="<?php echo $image_dir.'action_'.$type.'.png' ?>"> + <img src="<?php echo $image_dir.'action_'.$type.'.png' ?>" title="" alt="<?php echo $type ?>"> </td> <td><span class="mainmenu_headline"><?php echo lang($type) ?></span></td> <?php $cols = 1;