{NAV_TABLE_COLUMN}
{NAV_TABLE_COLUMN}
Do anyone know how to change the bullets of left menu created by: {NAV_TABLE_COLUMN} ?
Hipico wrote:you can change something in the conf.template_default.inc.php and in your frontend.css - Color, Size, Border etc.
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?
Hi
its also in conf.template_default.inc.php

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="">';