Page 1 of 1
Customize Navigation Buttons
Posted: Thu 17. Jun 2004, 08:32
by PaRa
I've seen it's possible to change the looks of the buttons of the navigation, those who show using the {NAV_TABLE_COLUMN}... but i still can't figure out where to find the settings and the appropiate javacode (i suppose it is...). Can someone give me some directions.
thx!
Posted: Thu 17. Jun 2004, 08:36
by Pappnase
hello
look into the folder img/article/
there you find
Code: Select all
nav_link_0.gif
nav_link_1.gif
nav_link_2.gif
also you will find settings in
(include/inc_conf/) conf.template_default.inc.php
line 49
Code: Select all
$template_default["nav_table_struct"]["linkimage_norm"]= "img/article/nav_link_0.gif";
$template_default["nav_table_struct"]["linkimage_over"]= "img/article/nav_link_1.gif";
$template_default["nav_table_struct"]["linkimage_active"]= "img/article/nav_link_2.gif";