diff options
author | Sem <sembrestels@riseup.net> | 2011-12-15 20:57:48 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2011-12-15 20:57:48 +0100 |
commit | 7e514586d72eb0cc4503fcffa96d6d4a9ab8f956 (patch) | |
tree | e791a7772c619c80402fd71d64b021d435c9a590 /start.php | |
download | saravea_theme-7e514586d72eb0cc4503fcffa96d6d4a9ab8f956.tar.gz saravea_theme-7e514586d72eb0cc4503fcffa96d6d4a9ab8f956.tar.bz2 |
Added Start and Manifest files, and original CSS views also.
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() {
+}
|