renderTemplate() public static method

Renders the template according to the current theme
public static renderTemplate ( ) : void
return void
示例#1
0
文件: index.php 项目: j15e/pubwich
<?php

// $Id$
define('PUBWICH', 1);
require dirname(__FILE__) . '/lib/Pubwich.php';
Pubwich::init();
Pubwich::renderTemplate();