Plugin Directory

Changeset 818389


Ignore:
Timestamp:
12/10/2013 06:08:23 PM (12 years ago)
Author:
adfever
Message:

Bug fix for the footer ads

Location:
adfever-monetisation/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • adfever-monetisation/trunk/adfever-monetisation.php

    r809171 r818389  
    55Description: Adds adFever's advertising functionnalities to wordpress. 
    66Author: adFever
    7 Version: 1.0
     7Version: 1.0.1
    88Author URI: http://www.adfever.com
    99*/
     
    6161function AF_footer() {
    6262    $options = get_option('AF_options');
    63     echo '<!-- encart 100% Footer 2 - 2013-10-31 --> <script type="text/javascript">ad6is("'.$options['AF_FID'].'");</script> <!-- encart 100% Footer 2 -->"';
     63    echo '<!-- encart 100% Footer 2 - 2013-10-31 --> <script type="text/javascript">ad6is("'.$options['AF_FID'].'");</script> <!-- encart 100% Footer 2 -->';
    6464}
    6565
     
    116116        // footer script
    117117        if ($AF_options['AF_act_footer'] == 1 || $AF_options['AF_act_siteunder'] == 1 || $AF_options['AF_act_slidein']) {
    118             wp_enqueue_script("AF_footer", "http://c.ad6media.fr/l.js");
     118             wp_enqueue_script("AF_footer", "http://c.ad6media.fr/l.js");
    119119        }
    120120}
  • adfever-monetisation/trunk/readme.txt

    r810854 r818389  
    55Requires at least: 3.4
    66Tested up to: 3.7.1
    7 Stable tag: 1.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4848== Changelog ==
    4949
     50= 1.0.1 =
     51* Résolution d'un bug d'affichage lorsque le format Footer est activé.
     52
    5053= 1.0 =
    5154* Ajout du format publicitaire Footer
Note: See TracChangeset for help on using the changeset viewer.