![]() |
![]() |
![]() |
|
|||||||
| Modifications Simple to complex modifications, made by users or by our team, applied to logic or presentation, all kinds of modifications are discussed and requested here. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Loyal User
|
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: ![]() What code shoud I use to replace: Code:
$out .= '<strong>';
$out .= "<a href=\"{$url1}\">« {$gDirLang['previous']}</a> : ";
$out .= "<a href=\"{$url2}\">{$gDirLang['first']}</a> : ";
$out .= '</strong>';
$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???
__________________
Custom eSyndicat Templates | World Web Directory | Keyword Directory Webmaster Blog |
|
|
|
|
|
#2 |
|
eSyndiCat Lead Developer
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
![]() ![]() ![]() ![]() |
Hello WTM,
Please try to make so: Code:
$out .= "<a href=\"{$url2}\"><img src=\"templates/{$gDirConfig['tmpl']}/img/first.gif\" alt="" /></a> : ";
|
|
|
|
|
|
#3 |
|
Loyal User
|
Didn't work...
Other thoughts??? If I look on source code template folder name is missing: Code:
<a href="top-links2.html"><img src="templates//img/next.gif" alt="" /></a>
__________________
Custom eSyndicat Templates | World Web Directory | Keyword Directory Webmaster Blog Last edited by WTM; 06-13-2006 at 07:01 PM. |
|
|
|
|
|
#4 |
|
eSyndiCat Lead Developer
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
![]() ![]() ![]() ![]() |
|
|
|
|
|
|
#5 |
|
eSyndiCat Lead Developer
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
![]() ![]() ![]() ![]() |
Ok WTM,
I found the solve. *** Open your util.php and find function "navigation" *** *** After this code *** Code:
global $gDirLang; Code:
global $gDirConfig; |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|