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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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