<?php
/************************************
pragmaMx Content Management System
Copyright (c) 2005-2007 pragmaMx Dev Team -
http://pragmaMx.org ***********************************
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
***********************************
Source: /home/siggi/public_html/mx/blocks/mxTabs/config.php
Version: 1.0
Author: siggi
Date: 2007/10/10
************************************/
// default values for style.
$mx_tabs_cnf['width'] = '100%';
$mx_tabs_cnf['align'] = 'left'; # options: left, right or center
$mx_tabs_cnf['bgcolor'] = '#FFFFFF'; <====================== ligne a modiffier pour la coulleur, je l'avais désativé //

$mx_tabs_cnf['bordercolor'] = '#BBBBBB';
$mx_tabs_cnf['font'] = 'bold 11px Verdana';
$mx_tabs_cnf['items_align'] = 'left';
$mx_tabs_cnf['items_bordercolor'] = '#BBBBBB';
$mx_tabs_cnf['items_bgcolor'] = '#910002';
$mx_tabs_cnf['items_color'] = '#FFFFFF';
$mx_tabs_cnf['items_bgcolor_hover'] = '#610000';
$mx_tabs_cnf['items_color_hover'] = '#FFFFFF';
$mx_tabs_cnf['items_bgcolor_active'] = '#FF0000';
$mx_tabs_cnf['items_color_active'] = $GLOBALS['textcolor1'];
$nice_day = array('bid' => 0, 'title' => "Hello", 'content' => '<img src="blocks/mxTabs/have_a_nice_day.gif" alt="Have a nice day!" />', 'position' => "", 'blockfile' => "");
?>