friendica/addon/widgets/widget_like.php

13 wiersze
197 B
PHP
Czysty Zwykły widok Historia

2011-03-29 12:12:06 +00: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 14:56:29 +00:00
$o .= " #TODO# ";
2011-03-29 12:12:06 +00:00
}