Updates from lnApp

This commit is contained in:
Deon George
2011-07-14 08:59:32 +10:00
parent 5c9750e957
commit 46c3b9a075
31 changed files with 991 additions and 434 deletions

View File

@@ -1,9 +1,9 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* OSB Main home page
* lnApp Main home page
*
* @package OSB
* @package lnApp
* @subpackage Page/Home
* @category Controllers
* @author Deon George
@@ -11,6 +11,8 @@
* @license http://dev.leenooks.net/license.html
*/
class Controller_Welcome extends Controller_TemplateDefault {
protected $auth_required = FALSE;
public function action_index() {
Block::add(array(
'title'=>'Welcome to lnApp (public)!',