modular widgets

This commit is contained in:
Fabio Comuni 2011-03-29 14:12:06 +02:00
commit cd34051b68
3 changed files with 70 additions and 33 deletions

View file

@ -0,0 +1,12 @@
<?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){
}