2011-03-29 08:12:06 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
function widget_help(&$a, &$o, $conf) {
|
|
|
|
$o .= "<p>Shows likes<br>Search ";
|
|
|
|
}
|
|
|
|
|
|
|
|
function widget_args(){
|
|
|
|
return Array("KEY");
|
|
|
|
}
|
|
|
|
|
|
|
|
function widget_content(&$a, &$o, $conf){
|
2011-04-18 10:56:29 -04:00
|
|
|
$o .= " #TODO# ";
|
2011-03-29 08:12:06 -04:00
|
|
|
}
|