 |
 |
 |
 |
Registered: 06/09/06
Posts: 9
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
#217130 - 09/18/08 10:36 PM
HTML INCLUDE problem, 7.3.1 upgrade
|
newbie
Registered: 10/31/06
Posts: 25
|
Hello,
We just upgraded our forums to 7.3.1 and the HTML INCLUDE that was serving up our ad in the upper right is no longer working. It works on our old test boards. We're trying to put it in the "Default Header" section.
The code is provided by OpenX:
<?php //<!--/* OpenX Local Mode Tag v2.6.0 */-->
define('MAX_PATH', 'path_removed/openx'); if (@include_once(MAX_PATH . '/path_removed/alocal.php')) { if (!isset($phpAds_context)) { $phpAds_context = array(); } $phpAds_raw = view_local('', 22, 0, 0, '', '', '0', $phpAds_context, ''); } echo $phpAds_raw['html']; ?>
Edited by Rick (09/19/08 10:15 AM)
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
|
|