Select Git revision
-
Eric Rasmussen authoredEric Rasmussen authored
start.php 246 B
<?php
/* Initialize the theme */
function unl_theme_init(){
}
// Initialise log browser
register_elgg_event_handler('init','system','unl_theme_init');
register_action("login",false,$CONFIG->pluginspath. "unl_theme/actions/login.php");
?>