Major updates from other projects
This commit is contained in:
@@ -24,7 +24,7 @@ abstract class lnApp_HTTP_Exception extends Kohana_HTTP_Exception {
|
||||
$output .= '</div>';
|
||||
$output .= '</div></div></div>';
|
||||
|
||||
$view = View::factory(Config::theme().'/page')
|
||||
$view = View::factory(Site::Theme().'/page')
|
||||
->set('meta',new Meta)
|
||||
->set('navbar','')
|
||||
->set('content',$output);
|
||||
|
Reference in New Issue
Block a user