Skip to content
Snippets Groups Projects
Commit 515d68f1 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

index and start files for mobil_unl that were missing from the repos.

parent 906cc439
No related branches found
No related tags found
No related merge requests found
<?php
/**
* Elgg Mobile
* A Mobile Client For Elgg
*
* @package Elgg
* @subpackage Core
* @author Mark Harding
* @link http://maestrozone.com
*
*/
/**
* Start the Elgg engine
*/
define('externalpage',true);
require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
//Load the front page
global $CONFIG;
set_input('view', 'mobile');
$content = elgg_view_layout('two_column_left_sidebar', elgg_view("account/forms/login"));
page_draw(null, $content);
?>
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest>
<field key="author" value="UNL" />
<field key="version" value="0.3" />
<field key="description" value="Elgg Mobile UNL Modifications" />
<field key="website" value="http://www.unl.edu/" />
<field key="copyright" value="(C) UNL 2010" />
<field key="licence" value="BSD" />
<field key="elgg_version" value="2009072201" />
</plugin_manifest>
\ No newline at end of file
<?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('metatags','mobile/metatags');
// Close the mobile_init
}
// 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);
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment