Changeset 3050 for plugins/googleTools/_public.php
- Timestamp:
- 06/03/11 15:30:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 != "") {
Note: See TracChangeset
for help on using the changeset viewer.