예제 #1
0
파일: test.php 프로젝트: amjadtbssm/website
<?php

require_once "pear/HTML/Template/IT.php";
$tpl = new HTML_Template_IT("./");
$tpl->loadTemplatefile("test.tpl.html", true, true);
$tpl->setCurrentBlock("not_logged");
$tpl->touchBlock("not_logged");
$tpl->parseCurrentBlock("not_logged");
$tpl->Show();