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