Ignore:
Timestamp:
10/24/07 21:22:41 (5 years ago)
Author:
root
Message:

Moved click.php from the trunk into the advertising module, where it belongs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/advertising/php-files/modules/advertising/get_ad.php

    r1012 r1014  
    5959        $advert = dbarray($bresult2); 
    6060        if($numrows > 0) { 
    61 //          $advert_html = "<a target='_blank' href='".BASEDIR."click.php?id=".$advert['adverts_id']."'><img src='".IMAGES_ADS.$advert['adverts_image']."' border='0' ".($bheight==0?"":"height='".$bheight."'")." ".($bwidth==0?"":"width='".$bwidth."'")."></a>"; 
    62             $advert_html = "<a target='_blank' href='".$advert['adverts_url']."' onclick='window.location.href=\"".BASEDIR."click.php?id=".$advert['adverts_id']."\";return true;'><img src='".IMAGES_ADS.$advert['adverts_image']."' border='0' ".($bheight==0?"":"height='".$bheight."'")." ".($bwidth==0?"":"width='".$bwidth."'")." alt='' /></a>"; 
     61//          $advert_html = "<a target='_blank' href='".MODULES."advertising/click.php?id=".$advert['adverts_id']."'><img src='".IMAGES_ADS.$advert['adverts_image']."' border='0' ".($bheight==0?"":"height='".$bheight."'")." ".($bwidth==0?"":"width='".$bwidth."'")."></a>"; 
     62            $advert_html = "<a target='_blank' href='".$advert['adverts_url']."' onclick='window.location.href=\"".MODULES."advertising/click.php?id=".$advert['adverts_id']."\";return true;'><img src='".IMAGES_ADS.$advert['adverts_image']."' border='0' ".($bheight==0?"":"height='".$bheight."'")." ".($bwidth==0?"":"width='".$bwidth."'")." alt='' /></a>"; 
    6363            //check ownership user to client id 
    6464            if(isset($userdata['user_id']) && $advert['adverts_userid']!=$userdata['user_id']) { 
Note: See TracChangeset for help on using the changeset viewer.