modular widgets
This commit is contained in:
12
addon/widgets/widget_like.php
Normal file
12
addon/widgets/widget_like.php
Normal 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){
|
||||
}
|
||||
Reference in New Issue
Block a user