wip
This commit is contained in:
@ -58,22 +58,6 @@ class TheTempusProject extends Bedrock {
|
||||
private $initialized = false;
|
||||
public $contact_footer_links = [];
|
||||
public $info_footer_links = [
|
||||
[
|
||||
'text' => 'FAQs',
|
||||
'url' => '{ROOT_URL}home/faq',
|
||||
],
|
||||
[
|
||||
'text' => 'About',
|
||||
'url' => '{ROOT_URL}home/about',
|
||||
],
|
||||
[
|
||||
'text' => 'Privacy Policy',
|
||||
'url' => '{ROOT_URL}home/privacy',
|
||||
],
|
||||
[
|
||||
'text' => 'Terms of Service',
|
||||
'url' => '{ROOT_URL}home/terms',
|
||||
],
|
||||
];
|
||||
public $admin_links = [
|
||||
[
|
||||
@ -144,6 +128,10 @@ class TheTempusProject extends Bedrock {
|
||||
'text' => 'About Me',
|
||||
'url' => '{ROOT_URL}home/about',
|
||||
],
|
||||
[
|
||||
'text' => 'Blog',
|
||||
'url' => '{ROOT_URL}blog/index',
|
||||
],
|
||||
[
|
||||
'text' => 'Hire Me',
|
||||
'url' => '{ROOT_URL}home/hire',
|
||||
|
Reference in New Issue
Block a user