<?php
$current_theme = (object) array
(
'name' => 'Default theme',
'version' => '',
'image' => 'theme.gif',
'description' => 'Default Theme',
'author_name' => 'Lito Santos M.',
'author_url' => 'http://',
'author_email' => 'litosantosm@gmail.com',
'logo_height' => '34',
'logo_bgcolor' => '#0055a4',
);
?>