Skip to content
Snippets Groups Projects
Select Git revision
  • aa72efb204287848a56a74e90dd30553277c2abf
  • master default
  • shib-cas
3 results

OrderedPair.php

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