turtle-wow-source-kinda/Dumps/Source Code/18 - Development_Turtlehead Current/main/maps.php

21 lines
336 B
PHP
Raw Normal View History

2024-08-06 16:06:40 +00:00
<?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');