Changeset 2490 for plugins/odt/_public.php
- Timestamp:
- 07/20/10 19:15:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/odt/_public.php
r2220 r2490 150 150 151 151 # Widget function 152 public static function odtWidget( &$w)152 public static function odtWidget($w) 153 153 { 154 154 global $core, $_ctx; … … 181 181 { 182 182 183 public static function publicHeadContent( &$core,$_ctx)183 public static function publicHeadContent($core,$_ctx) 184 184 { 185 185 if (!odtUtils::checkConfig()) { return; } # config problem … … 193 193 } 194 194 195 public static function publicEntryBeforeContent( &$core,$_ctx)195 public static function publicEntryBeforeContent($core,$_ctx) 196 196 { 197 197 if (!odtUtils::checkConfig()) { return; } # config problem … … 205 205 } 206 206 207 public static function publicEntryAfterContent( &$core,$_ctx)207 public static function publicEntryAfterContent($core,$_ctx) 208 208 { 209 209 if (!odtUtils::checkConfig()) { return; } # config problem
Note: See TracChangeset
for help on using the changeset viewer.