Line | |
---|
1 | <?php |
---|
2 | defined('SKELETON_PATH') or die('Hacking attempt!'); |
---|
3 | |
---|
4 | global $page, $template, $conf, $user, $tokens, $pwg_loaded_plugins; |
---|
5 | |
---|
6 | |
---|
7 | # DO SOME STUFF HERE... or not ! |
---|
8 | |
---|
9 | |
---|
10 | $template->assign(array( |
---|
11 | 'INTRO_CONTENT' => load_language('intro.html', SKELETON_PATH, array('return'=>true)), |
---|
12 | 'SKELETON_PATH' => SKELETON_PATH, |
---|
13 | 'SKELETON_ABS_PATH' => realpath(SKELETON_PATH).'/', |
---|
14 | )); |
---|
15 | |
---|
16 | $template->set_filename('index', realpath(SKELETON_PATH . 'template/skeleton_page.tpl')); |
---|
17 | |
---|
18 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.