Recommend this page to a friend! |
Classes of Vladimir | > | Templates class | > | index.php | > | Download |
|
![]() |
<?php /** * @author voker * @copyright 2012 */ require_once('lib/tpl.class.php'); define("TMP_DIR","/tmp.class/templates"); $t = new tpl("class"); $TITLE = "hi dude"; $t->content('exp'); ?> |