This commit is contained in:
Joey Kimsey
2025-02-06 03:18:45 -05:00
parent a893698a13
commit 825d422d93
189 changed files with 2628 additions and 5839 deletions

View File

@ -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 = [
[
@ -149,6 +133,18 @@ class TheTempusProject extends Bedrock {
'url' => '{ROOT_URL}home/index',
'filter' => 'notloggedin',
],
[
'text' => 'About Me',
'url' => '{ROOT_URL}home/about',
],
[
'text' => 'Blog',
'url' => '{ROOT_URL}blog/index',
],
[
'text' => 'Hire Me',
'url' => '{ROOT_URL}home/hire',
],
[
'text' => 'Admin',
'url' => '{ROOT_URL}admin/index',
@ -274,14 +270,14 @@ class TheTempusProject extends Bedrock {
"logo" => [
"type" => "file",
"pretty" => "Site Logo (Used mostly in emails)",
"default" => "images/logoWhite.png",
"value" => "images/logoWhite.png",
"default" => "images/logo.png",
"value" => "images/logo.png",
],
"logoLarge" => [
"type" => "file",
"pretty" => "Large Site Logo (Used mostly when sharing images on social media)",
"default" => "images/logoLarge.jpg",
"value" => "images/logoLarge.jpg",
"default" => "images/logoLarge.png",
"value" => "images/logoLarge.png",
],
"name" => [
"type" => "text",