aboutsummaryrefslogtreecommitdiffstats
path: root/addon/convert/convert.php
diff options
context:
space:
mode:
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');