Changeset 2376 for plugins/widgetExternalSearch/_widgets.php
- Timestamp:
- 06/20/10 13:42:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgetExternalSearch/_widgets.php
r1212 r2376 35 35 @param w <b>object</b> Widget 36 36 */ 37 public static function initWidgets( &$w)37 public static function initWidgets($w) 38 38 { 39 39 $w->create('externalSearchWidget',__('External search engine'), … … 61 61 @return <b>string</b> XHTML 62 62 */ 63 public static function show( &$w)63 public static function show($w) 64 64 { 65 65 global $core;
Note: See TracChangeset
for help on using the changeset viewer.