The path must be set to the folder that contains the file
'travian.css' and the folders 'img', 'lang' and 'modules'.
Your browser does not support Graphic Packs hosted on your computer and needs them online,
starting with 'http://'.
'Travian Default');
// Pachetul marcat ca activ e cel EFECTIV folosit acum. Cand
// GP_ENABLE e false, alegerea din baza de date e ignorata de joc,
// deci ar fi inselator sa aratam altceva decat pachetul serverului.
$gpActive = (defined('GP_ENABLE') && GP_ENABLE && $session->gpack)
? rtrim((string) $session->gpack, '/') . '/'
: (defined('SERVER_GP') ? SERVER_GP : GP_LOCATE);
foreach ($gpPacks as $gpPath => $gpLabel) {
$gpIsActive = (rtrim($gpPath, '/') . '/') === $gpActive;
$gpZip = 'gpack/download/' . basename(rtrim($gpPath, '/')) . '.zip';
?>