<?php
$current_theme = (object) array
(
'name' => 'Default theme',
'version' => '',
'description' => 'Default Theme, theme that works with more than or equal to 1.5 versions.',
'author_name' => 'Lito Santos M.',
'author_url' => 'http://',
'author_email' => 'litosantosm@gmail.com',
);
?>