Page 1 of 1

{NAV_TABLE_COLUMN}

Posted: Thu 12. May 2005, 08:55
by ndtoan13
Do anyone know how to change the bullets of left menu created by: {NAV_TABLE_COLUMN} ?

Posted: Thu 12. May 2005, 09:02
by jscholtysik
Hi ndtoan13,


try to change the icons in your /img/subnav folder.


Joachim

Posted: Wed 18. May 2005, 03:54
by ndtoan13
I know this way, but I dont think it's good solution. I not only want to change the icon, but also want to change style of left menu.
Any idea?

Posted: Wed 18. May 2005, 07:57
by pico
you can change something in the conf.template_default.inc.php and in your frontend.css - Color, Size, Border etc.

Posted: Thu 19. May 2005, 10:38
by ndtoan13
pico wrote:you can change something in the conf.template_default.inc.php and in your frontend.css - Color, Size, Border etc.
Hi
I have looked in that and changed something about color, size, border.., but what I want is the bullet, I can not find where it's loaded (e.g: img src=...) to load the bullet, so I can change it myself.

Do anyone know this?

Posted: Thu 19. May 2005, 12:05
by pico
Hi

its also in conf.template_default.inc.php

Code: Select all

$template_default["nav_table_struct"]["linkimage_norm"]			= '<img src="img/article/nav_link_0.gif" alt="" border="">';
$template_default["nav_table_struct"]["linkimage_over"]			= '<img src="img/article/nav_link_0.gif" alt="" border="">';
$template_default["nav_table_struct"]["linkimage_active"]		= '<img src="img/article/nav_link_2.gif" alt="" border="">';
:lol: