File: D:/HostingSpaces/PvdBoogaard/indoorski.nl/backup/oude-site/cms/templates/Generic/config.php
<?php
// Sample template config file
$config = new iwp_template_config();
// Set the name of the template
$config->SetAttribute('name', iwp_CurrentDirectory(__FILE__));
// Set the version of the template
$config->SetAttribute('version', '2.01');
$config->SetAttribute('colors', array('ECE6CA'=>'beige'));
// Using the default layouts
// This auto creates commonly used sets using the CreateSet function:
// $this->CreateSet('1column', GetLang('Layout_1Column'), array('top', 'middle', 'bottom'));
$config->UseDefaultSets(1,2,3);
$config->SetAttribute('defaultLayoutSet', '3columns');
$config->SetCurrentSet('3columns');
// This restricts a 'set' to a certain number of possible blocks
// This particular theme was not designed to
$config->RestrictBlocksPerSection('top', 1);
$config->RestrictBlocksPerSection('bottom', 2);
// Recommended Logo Size
$config->SetAttribute('logoWidth', '211');
$config->SetAttribute('logoHeight', '36');