Customize Navigation Buttons

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
PaRa
Posts: 20
Joined: Wed 16. Jun 2004, 15:30

Customize Navigation Buttons

Post 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!
Pappnase

Post 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";
Post Reply