turtle-wow-source-kinda/Dumps/Source Code/18 - Development_Turtlehead Current/main/maps.php
Brian Oost a1d5bb70b2 Init
2024-08-06 18:06:40 +02:00

21 lines
336 B
PHP

<?php
global $smarty;
global $conf_file;
$smarty->config_load($conf_file);
global $page;
$page = array(
'Mapper' => true,
'Book' => false,
'Title' => $smarty->get_config_vars('Maps'),
'tab' => 1,
'type' => 0,
'typeid' => 0,
'path' => '[]'
);
$smarty->assign('page', $page);
$smarty->display('maps.tpl');