friendica-github/addon/widgets/widget_like.php
2011-05-13 09:04:42 +02:00

12 lines
No EOL
178 B
PHP

<?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){
}