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!
Customize Navigation Buttons
hello
look into the folder img/article/
there you find
also you will find settings in
(include/inc_conf/) conf.template_default.inc.php
line 49
look into the folder img/article/
there you find
Code: Select all
nav_link_0.gif
nav_link_1.gif
nav_link_2.gif
(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";