aboutsummaryrefslogtreecommitdiffstats
path: root/addon/convert/convert.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-06-14 15:08:03 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-06-14 15:08:03 +0200
commitb7dc9f8867e783a0db109cce4cb0db90500129eb (patch)
treea772d2fa8ba8712d0d6005ff5723cb031004bda0 /addon/convert/convert.php
parent00e142e4f753005a8b4003585c6a88548f006315 (diff)
downloadvolse-hubzilla-b7dc9f8867e783a0db109cce4cb0db90500129eb.tar.gz
volse-hubzilla-b7dc9f8867e783a0db109cce4cb0db90500129eb.tar.bz2
volse-hubzilla-b7dc9f8867e783a0db109cce4cb0db90500129eb.zip
Update info comments in all plugins
Diffstat (limited to 'addon/convert/convert.php')
-rw-r--r--addon/convert/convert.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/addon/convert/convert.php b/addon/convert/convert.php
index a3448ce01..7a4c90a53 100644
--- a/addon/convert/convert.php
+++ b/addon/convert/convert.php
@@ -1,5 +1,10 @@
<?php
-
+/**
+ * Name: Converter App
+ * Description: Unit converter application
+ * Version: 1.0
+ * Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
+ */
function convert_install() {
register_hook('app_menu', 'addon/convert/convert.php', 'convert_app_menu');