| 1 | 2 | Manuela | <?php
 | 
      
        | 2 |  |  | /*
 | 
      
        | 3 |  |  |  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 | 
      
        | 4 |  |  |  *
 | 
      
        | 5 |  |  |  * This program is free software: you can redistribute it and/or modify
 | 
      
        | 6 |  |  |  * it under the terms of the GNU General Public License as published by
 | 
      
        | 7 |  |  |  * the Free Software Foundation, either version 3 of the License, or
 | 
      
        | 8 |  |  |  * (at your option) any later version.
 | 
      
        | 9 |  |  |  *
 | 
      
        | 10 |  |  |  * This program is distributed in the hope that it will be useful,
 | 
      
        | 11 |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
      
        | 12 |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
      
        | 13 |  |  |  * GNU General Public License for more details.
 | 
      
        | 14 |  |  |  *
 | 
      
        | 15 |  |  |  * You should have received a copy of the GNU General Public License
 | 
      
        | 16 |  |  |  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
      
        | 17 |  |  |  */
 | 
      
        | 18 |  |  | /**
 | 
      
        | 19 |  |  |  * [$filename]
 | 
      
        | 20 |  |  |  *
 | 
      
        | 21 |  |  |  * @category     Addons
 | 
      
        | 22 |  |  |  * @package      template
 | 
      
        | 23 |  |  |  * @subpackage   DefaultTemplate
 | 
      
        | 24 |  |  |  * @copyright    WebsiteBaker Project <board@websitebaker@org>
 | 
      
        | 25 |  |  |  * @author       WebsiteBaker Project <board@i@websitebaker@org>
 | 
      
        | 26 |  |  |  * @author       Dietmar Wöllbrink <dietmar.woellbrink@websitebaker@org>
 | 
      
        | 27 |  |  |  * @license      http://www.gnu.org/licenses/gpl.html   GPL License
 | 
      
        | 28 |  |  |  * @version      1.0.0
 | 
      
        | 29 |  |  |  * @lastmodified $Date$
 | 
      
        | 30 |  |  |  * @since        File available since 2016-07-26
 | 
      
        | 31 |  |  |  * @description
 | 
      
        | 32 |  |  |  */
 | 
      
        | 33 |  |  | 
 | 
      
        | 34 |  |  | $template_directory    = 'DefaultTemplate';
 | 
      
        | 35 |  |  | $template_name         = 'WebsiteBaker Default Template v1.0.13';
 | 
      
        | 36 |  |  | $template_version      = '1.0.13';
 | 
      
        | 37 |  |  | $template_platform     = '2.8.3 SP7';
 | 
      
        | 38 |  |  | $template_function     = 'template';
 | 
      
        | 39 |  |  | $template_author       = 'WebsiteBaker Project';
 | 
      
        | 40 |  |  | $template_license      = '<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>';
 | 
      
        | 41 |  |  | $template_description  = 'Default template for Website Baker. This template is designed with one goal in mind: to completely control layout with CSS';
 | 
      
        | 42 |  |  | 
 | 
      
        | 43 |  |  |  $block[1]             = 'Main';
 | 
      
        | 44 |  |  |  $block[2]             = 'Teaser';
 | 
      
        | 45 |  |  |  $block[3]             = 'Sidebar';
 | 
      
        | 46 |  |  | 
 | 
      
        | 47 |  |  | // Definition of menu elements
 | 
      
        | 48 |  |  | $menu[1]             ='Main-Navigation';
 | 
      
        | 49 |  |  | $menu[2]             ='Foot-Navigation';
 | 
      
        | 50 |  |  | 
 | 
      
        | 51 |  |  | 
 | 
      
        | 52 |  |  | // end of file
 |