wip
This commit is contained in:
@ -122,6 +122,14 @@ class TheTempusProject extends Bedrock {
|
||||
'text' => 'Home',
|
||||
'url' => '{ROOT_URL}home/index',
|
||||
],
|
||||
[
|
||||
'text' => 'About Me',
|
||||
'url' => '{ROOT_URL}home/about',
|
||||
],
|
||||
[
|
||||
'text' => 'Hire Me',
|
||||
'url' => '{ROOT_URL}home/hire',
|
||||
],
|
||||
[
|
||||
'text' => 'Admin',
|
||||
'url' => '{ROOT_URL}admin/index',
|
||||
|
Reference in New Issue
Block a user