renderTemplate() публичный статический Метод

Renders the template according to the current theme
public static renderTemplate ( ) : void
Результат void
Пример #1
0
<?php

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