mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-30 01:24:23 +00:00
4 lines
96 B
Smarty
4 lines
96 B
Smarty
<?php
|
|
$archive = $database->getNotice2($_GET['id'], 'archive');
|
|
include("".$archive.".tpl");
|
|
?> |