File: D:/HostingSpaces/RDamen/damenbeletteringen.nl/wwwroot/admin/system/cms/themes/default/theme.php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
class Theme_Default extends Theme {
public $name = 'PyroCMS Theme';
public $author = 'iKreativ';
public $author_website = 'http://ikreativ.com/';
public $website = 'http://pyrocms.com/';
public $description = 'Default PyroCMS v1.0 Theme - 2 Column, Fixed width, Horizontal navigation, CSS3 styling.';
public $version = '1.0.0';
public $options = array('show_breadcrumbs' => array('title' => 'Show Breadcrumbs',
'description' => 'Would you like to display breadcrumbs?',
'default' => 'yes',
'type' => 'radio',
'options' => 'yes=Yes|no=No',
'is_required' => true),
'layout' => array('title' => 'Layout',
'description' => 'Which type of layout shall we use?',
'default' => '2 column',
'type' => 'select',
'options' => '2 column=Two Column|full-width=Full Width|full-width-home=Full Width Home Page',
'is_required' => true),
);
}
/* End of file theme.php */