Changeset 143 for trunk/includes/main.php
- Timestamp:
- 02/27/2006 12:50:42 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/includes/main.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/main.php
r100 r143 20 20 */ 21 21 22 include_once( $root_path."includes/html.php");23 include_once( $root_path."globals/classes/userdata.php");24 include_once( $root_path."globals/classes/message.php");25 include_once( $root_path."includes/main_header.php");26 include_once( $root_path."includes/main_center.php");27 include_once( $root_path."includes/main_footer.php");28 include_once( $root_path."includes/main_menu.php");22 include_once(ROOT_PATH."includes/html.php"); 23 include_once(ROOT_PATH."globals/classes/userdata.php"); 24 include_once(ROOT_PATH."globals/classes/message.php"); 25 include_once(ROOT_PATH."includes/main_header.php"); 26 include_once(ROOT_PATH."includes/main_center.php"); 27 include_once(ROOT_PATH."includes/main_footer.php"); 28 include_once(ROOT_PATH."includes/main_menu.php"); 29 29 30 30 class main { … … 49 49 50 50 function output() { 51 global $ root_path, $lang;51 global $lang; 52 52 53 53 $this->html->head->add_title($lang['site_title']);
Note: See TracChangeset
for help on using the changeset viewer.
