summaryrefslogtreecommitdiff
path: root/start.php
blob: f907d17a66303955461542d84cf0addf58e6d322 (plain)
1
2
3
4
5
6
<?php

elgg_register_event_handler('init', 'system', 'n1_theme_init');

function n1_theme_init() {
}