Changeset 52813 in spip-zone
- Timestamp:
- Oct 7, 2011, 9:29:03 AM (9 years ago)
- Location:
- _plugins_/googleplus1
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/googleplus1/balise/googleplus1.php
r51610 r52813 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 function balise_GOOGLEPLUS1_dist ($p) { -
_plugins_/googleplus1/googleplus1_insert_head.php
r51610 r52813 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 function googleplus1_css(){ -
_plugins_/googleplus1/lang/googleplus1_en.php
r50044 r52813 2 2 3 3 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 4 if (!defined("_ECRIRE_INC_VERSION")) return; 4 5 5 6 $GLOBALS[$GLOBALS['idx_lang']] = array( -
_plugins_/googleplus1/lang/googleplus1_fr.php
r49598 r52813 2 2 3 3 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 4 if (!defined("_ECRIRE_INC_VERSION")) return; 4 5 5 6 $GLOBALS[$GLOBALS['idx_lang']] = array( -
_plugins_/googleplus1/lang/paquet-googleplus1_en.php
r51610 r52813 2 2 3 3 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 4 if (!defined("_ECRIRE_INC_VERSION")) return; 4 5 5 6 $GLOBALS[$GLOBALS['idx_lang']] = array( -
_plugins_/googleplus1/lang/paquet-googleplus1_fr.php
r51610 r52813 2 2 3 3 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 4 if (!defined("_ECRIRE_INC_VERSION")) return; 4 5 5 6 $GLOBALS[$GLOBALS['idx_lang']] = array(
Note: See TracChangeset
for help on using the changeset viewer.