Changeset 143 for trunk/includes/pages/gearth/gearth.php
- Timestamp:
- 02/27/2006 12:50:42 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/includes/pages/gearth/gearth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/pages/gearth/gearth.php
r141 r143 22 22 23 23 if (get('subpage') != '') { 24 include_once( $root_path."includes/pages/gearth/gearth_".get('subpage').".php");24 include_once(ROOT_PATH."includes/pages/gearth/gearth_".get('subpage').".php"); 25 25 } else { 26 include_once( $root_path."includes/pages/gearth/gearth_main.php");26 include_once(ROOT_PATH."includes/pages/gearth/gearth_main.php"); 27 27 } 28 28
Note: See TracChangeset
for help on using the changeset viewer.
