source: extensions/skeleton/admin/home.php @ 17899

Last change on this file since 17899 was 17899, checked in by mistic100, 12 years ago

first commit

File size: 602 bytes
Line 
1<?php
2defined('SKELETON_PATH') or die('Hacking attempt!');
3
4// +-----------------------------------------------------------------------+
5// | Home tab                                                              |
6// +-----------------------------------------------------------------------+
7
8// send variables to template
9$template->assign(array(
10  'skeleton' => $conf['skeleton'],
11  'INTRO_CONTENT' => load_language('intro.html', SKELETON_PATH, array('return'=>true)),
12  ));
13
14// define template file
15$template->set_filename('skeleton_content', realpath(SKELETON_PATH . 'admin/template/home.tpl'));
16
17?>
Note: See TracBrowser for help on using the repository browser.