{NAV_TABLE_COLUMN}

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
ndtoan13
Posts: 29
Joined: Wed 16. Mar 2005, 05:11
Contact:

{NAV_TABLE_COLUMN}

Post by ndtoan13 »

Do anyone know how to change the bullets of left menu created by: {NAV_TABLE_COLUMN} ?
jscholtysik

Post by jscholtysik »

Hi ndtoan13,


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


Joachim
ndtoan13
Posts: 29
Joined: Wed 16. Mar 2005, 05:11
Contact:

Post 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?
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

you can change something in the conf.template_default.inc.php and in your frontend.css - Color, Size, Border etc.
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
ndtoan13
Posts: 29
Joined: Wed 16. Mar 2005, 05:11
Contact:

Post 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?
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post 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:
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Post Reply