diff options
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/start.php b/start.php new file mode 100644 index 0000000..f907d17 --- /dev/null +++ b/start.php @@ -0,0 +1,6 @@ +<?php
+
+elgg_register_event_handler('init', 'system', 'n1_theme_init');
+
+function n1_theme_init() {
+}
|