<?php
/**
 * $Id: info.php 954 2009-02-25 20:08:54Z Ruebenwurzel $
 * Website Baker theme: wb_theme
 * This theme is the default WB backend Theme
 * Feel free to modify or build up on this template.
 *
 * This file defines the template variables required by Website Baker.
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Johannes Tassilo Gruber
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.80
 * @platform   Website Baker 2.8
 *
 * Website Baker 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.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

// OBLIGATORY WEBSITE BAKER VARIABLES
$template_directory			= 'wb_theme';
$template_name				= 'wb_theme';
$template_function			= 'theme';
$template_version			= '2.80';
$template_platform			= '2.8';
$template_author			= 'Johannes Tassilo Gruber';
$template_license			= '<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>';
$template_license_terms		= '-';
$template_description		= 'Default backend theme for Website Baker 2.8.';

?>