new template
This commit is contained in:
@@ -40,6 +40,10 @@ $routes->get('/contact', 'Home::contact');
|
||||
$routes->post('/contact', 'Home::contact');
|
||||
|
||||
$routes->get('/blog', 'Home::blog');
|
||||
|
||||
|
||||
$routes->get('/home2', 'Home::home2');
|
||||
|
||||
/*
|
||||
* --------------------------------------------------------------------
|
||||
* Additional Routing
|
||||
|
||||
@@ -13,6 +13,10 @@ class Home extends BaseController
|
||||
return view('welcome_message');
|
||||
}
|
||||
|
||||
public function home2(){
|
||||
return view('main/home');
|
||||
}
|
||||
|
||||
public function home(){
|
||||
return view('site/home');
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user