Files
TravianZ/Templates/Notice/9.tpl
T
2013-06-16 10:38:34 +03:00

4 lines
96 B
Smarty

<?php
$archive = $database->getNotice2($_GET['id'], 'archive');
include("".$archive.".tpl");
?>