renderTemplate() 공개 정적인 메소드

Renders the template according to the current theme
public static renderTemplate ( ) : void
리턴 void
예제 #1
0
파일: index.php 프로젝트: j15e/pubwich
<?php

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