Changeset 818389
- Timestamp:
- 12/10/2013 06:08:23 PM (12 years ago)
- Location:
- adfever-monetisation/trunk
- Files:
-
- 2 edited
-
adfever-monetisation.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adfever-monetisation/trunk/adfever-monetisation.php
r809171 r818389 5 5 Description: Adds adFever's advertising functionnalities to wordpress. 6 6 Author: adFever 7 Version: 1.0 7 Version: 1.0.1 8 8 Author URI: http://www.adfever.com 9 9 */ … … 61 61 function AF_footer() { 62 62 $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 -->'; 64 64 } 65 65 … … 116 116 // footer script 117 117 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"); 119 119 } 120 120 } -
adfever-monetisation/trunk/readme.txt
r810854 r818389 5 5 Requires at least: 3.4 6 6 Tested up to: 3.7.1 7 Stable tag: 1.0 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 == Changelog == 49 49 50 = 1.0.1 = 51 * Résolution d'un bug d'affichage lorsque le format Footer est activé. 52 50 53 = 1.0 = 51 54 * Ajout du format publicitaire Footer
Note: See TracChangeset
for help on using the changeset viewer.