7 lines
No EOL
158 B
PHP
7 lines
No EOL
158 B
PHP
<?php
|
|
// echo "<pre>"; print_r($tw3); echo "</pre>";
|
|
|
|
|
|
error_reporting(E_ALL); ini_set('display_errors',0);
|
|
$template->assign('content', 'tpl/main.tpl');
|
|
?>
|