HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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');