modular widgets
This commit is contained in:
parent
7b59ea7b13
commit
cd34051b68
3 changed files with 70 additions and 33 deletions
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){
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue