Ejemplo n.º 1
0
<?php

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

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