source: aowow/maps.php

Last change on this file was 170, checked in by maron, 15 years ago
  • Property svn:executable set to *
File size: 283 bytes
Line 
1<?php
2
3$smarty->config_load($conf_file);
4
5global $page;
6$page = array(
7 'Mapper' => true,
8 'Book' => false,
9 'Title' => $smarty->get_config_vars('Maps'),
10 'tab' => 1,
11 'type' => 0,
12 'typeid' => 0,
13 'path' => '[]'
14);
15$smarty->assign('page', $page);
16
17$smarty->display('maps.tpl');
18
19?>
Note: See TracBrowser for help on using the repository browser.