background on navigation

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
FabianSchneider
Posts: 17
Joined: Sat 17. Jul 2004, 21:15

background on navigation

Post by FabianSchneider »

Hi @ all

How i can chanche the background on navigation?

:idea: :idea:

i've use this {NAV_TABLE_COLUMN} command, but where is the possibility to chanche it?

thanks for help
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

hi Fabian,

open the conf.template_default.inc.php in the Folder"include/inc_conf",
there you can change the color values:

Code: Select all

$template_default["nav_table_struct"]["row_norm_bgcolor"]		= "#FBF8F8";
$template_default["nav_table_struct"]["row_norm_bgimage"]		= "";
$template_default["nav_table_struct"]["row_norm_class"]			= "";
//
$template_default["nav_table_struct"]["row_over_bgcolor"]		= "FFFFFF"; //#AAB7C1
$template_default["nav_table_struct"]["row_active_bgcolor"]		= "#FFFFFF";
$template_default["nav_table_struct"]["row_active_bgimage"]		= "";
$template_default["nav_table_struct"]["row_active_class"]		= "";
//
$template_default["nav_table_struct"]["row_space"]				= 1;
$template_default["nav_table_struct"]["row_space_bgcolor"]		= "#BFBFBF";
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
FabianSchneider
Posts: 17
Joined: Sat 17. Jul 2004, 21:15

Wow

Post by FabianSchneider »

Herzlichen Dank!!!

Thank you so much!!! :D
Post Reply