Modifying WaterDrop to add banner image Modifying WaterDrop to add banner image
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Modifying WaterDrop to add banner image

Started by extremegl, June 21, 2005, 07:05:06 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

extremegl

How can I add my own banner image to the WaterDrop template??


wieland

Hello, Im wanting to add this piece of php code (from www.phpadsnew.com) to add a banner to my header in Coppermine, the code is following

<?php
    if (@include(getenv('DOCUMENT_ROOT').'/alohagdl/publicidad/phpadsnew.inc.php')) {
        if (!isset($phpAds_context)) $phpAds_context = array();
        $phpAds_raw = view_raw ('11', 7, '', '', '0', $phpAds_context);
    }
   
    // Assign the $phpAds_raw['html'] variable to your template
    // echo $phpAds_raw['html'];
?>


It just dont works (Coppermine isnt loaded)  HELP !!!

Joachim Müller