{NAV_TABLE_COLUMN}
Posted: Thu 12. May 2005, 08:55
Do anyone know how to change the bullets of left menu created by: {NAV_TABLE_COLUMN} ?
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
Hipico wrote:you can change something in the conf.template_default.inc.php and in your frontend.css - Color, Size, Border etc.
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="">';