wip
This commit is contained in:
@ -28,6 +28,9 @@ class Home extends Controller {
|
||||
public function index() {
|
||||
self::$title = '{SITENAME}';
|
||||
self::$pageDescription = 'AllTheBookmarks.com is here to provide you a better, faster, and easier way - to manage bookmarks across multiple browser and multiple devices seamlessly.';
|
||||
if ( App::$isLoggedIn ) {
|
||||
return Views::view( 'bookmarks.introduction' );
|
||||
}
|
||||
Views::view( 'index' );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user