<?php
/**
 * $Id: info.php 944 2009-02-22 09:39:58Z Ruebenwurzel $
 * Website Baker template: allcss
 * This template is one of four basis templates distributed with Website Baker.
 * 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     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * 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				= 'allcss';
$template_name						= 'All CSS';
$template_function			= 'template';
$template_version					= '2.70';
$template_platform				= '2.7';
$template_author					= 'Ryan Djurovich, C. Sommer';
$template_license					= '<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>';
$template_license_terms		= '-';
$template_description			= 'Default template for Website Baker. This template is designed with one goal in mind: to completely control layout with CSS. In case you were wondering, that is where the name came from.';

// OPTIONAL VARIABLES FOR ADDITIONAL MENUES AND BLOCKS
// $menu[1]								= '';
// $menu[2]								= '';
// $block[1]							= '';
// $block[2]							= '';
?>