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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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