Changeset 109689 in spip-zone
- Timestamp:
- Mar 26, 2018, 3:53:55 PM (3 years ago)
- Location:
- _plugins_/google_analytics/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/google_analytics/trunk/googleanalytics_insert_head.php
r107791 r109689 35 35 $id_google = lire_config('googleanalytics/idGoogle'); 36 36 $cookiebar = (isset($_COOKIE["cb-enabled"]) ? $_COOKIE["cb-enabled"] : ''); 37 $displayCookieConsent = ( isset($_COOKIE["displayCookieConsent"]) ? $_COOKIE["displayCookieConsent"] : 'y');37 $displayCookieConsent = ((isset($_COOKIE["displayCookieConsent"]) and strlen($_COOKIE["displayCookieConsent"])) ? $_COOKIE["displayCookieConsent"] : 'y'); 38 38 if ($id_google 39 39 AND $id_google !== '_' -
_plugins_/google_analytics/trunk/paquet.xml
r107791 r109689 2 2 prefix="googleanalytics" 3 3 categorie="statistique" 4 version="0.5. 3"4 version="0.5.4" 5 5 etat="stable" 6 6 compatibilite="[1.9.2;3.2.*]"
Note: See TracChangeset
for help on using the changeset viewer.