* The default values for the theme variables. Make sure $defaults exactly
* matches the $defaults in the theme-settings.php file.
*/
$defaults = array(// <-- change this array
'who_we_are_title' =>'QUEM SOMOS',
'who_we_are_text' =>'Prestamos o <strong>melhor serviço</strong> na área de seguros com os melhores produtos das <strong>principais seguradoras</strong> do mercado',
* The default values for the theme variables. Make sure $defaults exactly
* matches the $defaults in the template.php file.
*/
$defaults = array(
'who_we_are_title' =>'QUEM SOMOS',
'who_we_are_text' =>'Prestamos o <strong>melhor serviço</strong> na área de seguros com os melhores produtos das <strong>principais seguradoras</strong> do mercado.',
'made_by' => 1,
);
// Merge the saved variables and their default values