<?php
/**
 * $Id: info.php 1117 2009-08-09 18:09:27Z Ruebenwurzel $
 * Website Baker theme: argos_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     Jurgen Nijhuis (Argos Media) & Ruud Eisinga
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    1.1
 * @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			= 'argos_theme';
$template_name				= 'argos_theme';
$template_function			= 'theme';
$template_version			= '1.4';
$template_platform			= '2.8';
$template_author			= 'Jurgen Nijhuis (Argos Media) & Ruud Eisinga';
$template_license			= '<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>';
$template_license_terms		= '-';
$template_description		= 'Enhanced backend theme for Website Baker 2.8.';

?>