WTM
06-13-2006, 06:16 PM
I want to use images instead of words in the link navigation.
I found the code in util.php file but having problem to point it to the right image.
This is what I want menu to look like:
http://webtemplatemax.com/images/navigation.gif
What code shoud I use to replace: $out .= '<strong>';
$out .= "<a href=\"{$url1}\">« {$gDirLang['previous']}</a> : ";
$out .= "<a href=\"{$url2}\">{$gDirLang['first']}</a> : ";
$out .= '</strong>';
with something like this:
$out .= "<a href=\"{$url2}\"><img src=\"{$img}first.gif\" alt="" /></a> : ";
How to make sure that part in red is pointing to the right image in the right template folder???
I found the code in util.php file but having problem to point it to the right image.
This is what I want menu to look like:
http://webtemplatemax.com/images/navigation.gif
What code shoud I use to replace: $out .= '<strong>';
$out .= "<a href=\"{$url1}\">« {$gDirLang['previous']}</a> : ";
$out .= "<a href=\"{$url2}\">{$gDirLang['first']}</a> : ";
$out .= '</strong>';
with something like this:
$out .= "<a href=\"{$url2}\"><img src=\"{$img}first.gif\" alt="" /></a> : ";
How to make sure that part in red is pointing to the right image in the right template folder???