Example #1
0
<?php

require_once dirname(__FILE__) . '/templates/TemplateUtil.php';
ShowContentUsingTemplate("Overview", dirname(__FILE__) . '/indexContent.php', dirname(__FILE__) . '/templates/1_column_template.php', false);
Example #2
0
<?php

require_once dirname(__FILE__) . '/templates/TemplateUtil.php';
ShowContentUsingTemplate("Demo", dirname(__FILE__) . '/DemoContent.php', dirname(__FILE__) . '/templates/1_column_template.php', true);