'Welcome to lnApp (account)', 'subtitle'=>'Using lnApp', 'body'=>'Sample lnApp application', 'footer'=>'lnApp makes building websites easy! '.time(), )); $this->template->control = sprintf('%s -> %s -> %s -> %s', HTML::anchor(URL::site(),_('Home')), HTML::anchor($this->request->uri(),'Body',array('id'=>'ajxbody')), HTML::anchor($this->request->uri(),'Left',array('id'=>'ajxleft')), HTML::anchor($this->request->uri(),'Right',array('id'=>'ajxright')) ); $this->template->content = Block::factory(); // @todo Change this to Script::add(); $js = ''; $js .= ''; $this->template->content .= $js; } } // End Welcome