Changeset 3050
- Timestamp:
- 06/03/11 15:30:07 (12 years ago)
- Location:
- plugins/googleTools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/googleTools/_admin.php
r268 r3050 20 20 class googlestuffAdminBehaviours 21 21 { 22 public static function adminBlogPreferencesForm( &$core,&$settings)22 public static function adminBlogPreferencesForm($core,$settings) 23 23 { 24 24 echo … … 37 37 '</fieldset>'; 38 38 } 39 public static function adminBeforeBlogSettingsUpdate( &$settings)39 public static function adminBeforeBlogSettingsUpdate($settings) 40 40 { 41 41 $settings->setNameSpace('googlestuff'); -
plugins/googleTools/_define.php
r1936 r3050 19 19 /* Description*/ "Handles Google tools (Analytics & Webmaster Tools)", 20 20 /* Author */ "xave", 21 /* Version */ '0.3 ',21 /* Version */ '0.3.1', 22 22 /* Permissions */ 'contentadmin' 23 23 ); -
plugins/googleTools/_public.php
r1936 r3050 21 21 class googlestuffPublicBehaviours 22 22 { 23 public static function publicHeadContent( &$core)23 public static function publicHeadContent($core) 24 24 { 25 25 $res = ''; … … 40 40 } 41 41 42 public static function publicFooterContent( &$core)42 public static function publicFooterContent($core) 43 43 { 44 44 if ($core->blog->settings->googlestuff_uacct != "") { -
plugins/googleTools/locales/fr/main.po
r1863 r3050 17 17 msgid "Google Webmaster Tools verification:" 18 18 msgstr "Code de vérification pour Google Webmaster Tools :" 19
Note: See TracChangeset
for help on using the changeset viewer.