Difference between revisions of "MediaWiki:Sitenotice"

From Cluster Documentation Project
Jump to: navigation, search
Line 1: Line 1:
<iframe>
+
 
width=100%
+
 
height=adjust
 
name=myframe
 
  
 
<?php
 
<?php
Line 11: Line 9:
 
     }
 
     }
 
?>
 
?>
</iframe>
 

Revision as of 13:48, 12 March 2009


<?php

   if (@include('/var/www/html/clustermonkey/adserver/Openads-2.0.10/phpadsnew.inc.php')) {
       if (!isset($phpAds_context)) $phpAds_context = array();
       $phpAds_raw = view_raw ('zone:6', 0, , , '0', $phpAds_context);
       echo $phpAds_raw['html'];
   }

?>