8 lines
159 B
PHP
Executable File
8 lines
159 B
PHP
Executable File
<?php #pgs/info/index.php
|
|
|
|
//Load template
|
|
$tpl["info"] = tplLoadFile("pgs/info/info.html");
|
|
addStyle("pgs/info/info.css");
|
|
$output["main"] = $tpl["info"];
|
|
|
|
?>
|