aboutsummaryrefslogtreecommitdiffstats
path: root/addon/widgets/widget_like.php
diff options
context:
space:
mode:
Diffstat (limited to 'addon/widgets/widget_like.php')
-rw-r--r--addon/widgets/widget_like.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/addon/widgets/widget_like.php b/addon/widgets/widget_like.php
new file mode 100644
index 000000000..9549fc4f0
--- /dev/null
+++ b/addon/widgets/widget_like.php
@@ -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){
+} \ No newline at end of file