<?php
/**
 * $Id: index.php 1041 2009-07-07 19:23:43Z 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.
*/

// prevent directory listing
header('Location: ../../../index.php');

?>