friendica/addon/widgets/widget_like.php

12 wiersze
178 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){
}