Nav-Menu anpassen

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
pilxel
Posts: 8
Joined: Sat 18. Feb 2006, 20:36

Nav-Menu anpassen

Post by pilxel »

Hallo
Ich versuche dem Navigationsmenü ein anderes Aussehen zu geben, d.h. ich will die horizontalen Linien zwischen den Menueinträgen zum Verschwinden bringen. Ich habe in den Dateien frontend.css und conf.template_default.inc.php nichts gefunden, das sie weggemacht hätte.
Wo hat man Zugriff auf diese Linien? Ich verwende NAV_TABLE_COLUMN:0.
Danke für einen Tipp.

Pilxel
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Post by update »

Hello Pilxel

I think it is in conf.template.default.inc.php:

Code: Select all

$template_default["nav_table_struct"]["row_space"]				= 1;
$template_default["nav_table_struct"]["row_space_bgcolor"]		= "#4A5966";
This should be the right place
Greetings
Claus
pilxel
Posts: 8
Joined: Sat 18. Feb 2006, 20:36

Post by pilxel »

Claus
You're right! Thanks.
Pilxel
Post Reply