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

4 lines
97 B
Smarty

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