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

start.php

Blame
  • user avatar
    Eric Rasmussen authored
    8413eddb
    History
    start.php 473 B
    <?php
    /**
     * Elgg Mobile
     * A Mobile Client For Elgg
     *
     * @package Elgg
     * @subpackage Core
     * @author Mark Harding
     * @link http://maestrozone.com
     *
     */
    
    	function mobile_unl_init(){
    		
    		extend_view('css', 'mobile_unl/css'); 
     
        }
    // Initialise log browser
    	register_elgg_event_handler('init','system','mobile_unl_init');
    //elgg_register_simplecache_view(mobile);
    register_action("mobile/login",false,$CONFIG->pluginspath . "mobile/actions/login.php", true);
    		
    
    ?>