Skip to content
Snippets Groups Projects
Select Git revision
  • develop
  • master default
  • git-fixes
  • 4.1_templates-symlink
  • 4.0_templates
5 results

start.php

Blame
  • 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"); 
    ?>