PDA

View Full Version : images to replace navigation


zac
09-16-2005, 07:23 PM
hi.. i want to replace the navigation text; next, previous, and archives, with graphic symbols.

I found another post that said you should change it in the language.php

How do I do that? I tried:

$lang_previous = "http://.../templates/pixelpost-light/images/previous.jpg";

and without the "" but .. neither works.

thanks for any help.

GeoS
09-17-2005, 05:09 PM
Try in this way:
$lang_previous = "<img src='http://.../templates/pixelpost-light/images/previous.jpg' />";

raminia
09-17-2005, 05:19 PM
you can do that with modifying the template too.

zac
09-19-2005, 06:37 PM
Thanks :) I just modified the language.php and I am not sure how I would go about changing the link in template.

zac
09-20-2005, 12:41 AM
How do I change it in the template raminia? Is that what I would need to do to have a rollover image?

GeoS
09-22-2005, 09:28 AM
As long as content would be dynamic (link to previous photo can be absent at watching last one) and such things, its better to write an addon with own tags which you can use in all templates.
Thats more save and compatabile with future versions of PP.