Changeset 1013 in ExiteCMS for branches/PLi-Fusion/forum/index.php
- Timestamp:
- 10/24/07 21:08:44 (5 years ago)
- File:
-
- 1 edited
-
branches/PLi-Fusion/forum/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/forum/index.php
r834 r1013 25 25 include PATH_LOCALE.LOCALESET."forum/main.php"; 26 26 27 // load the advertisement include module 28 require_once PATH_INCLUDES."advertisement.php"; 29 $variables['advert'] = get_advert(array(1,2)); 27 // load the advertisement include module and get an ad for this forum page 28 if (file_exists(PATH_MODULES."advertising/get_ad.php")) { 29 // load the ad include module 30 require_once PATH_MODULES."advertising/get_ad.php"; 31 $variables['advert'] = get_ad(array(1,2)); 32 } else { 33 $variables['advert'] = ""; 34 } 30 35 31 36 // when is a folder hot?
Note: See TracChangeset
for help on using the changeset viewer.
