plugin wip

This commit is contained in:
Joey Kimsey
2024-12-17 22:45:47 -05:00
parent 0955fb4175
commit e537771708
42 changed files with 1043 additions and 693 deletions

View File

@ -137,19 +137,15 @@ class TheTempusProject extends Bedrock {
];
public $main_links = [
[
'text' => 'Home',
'text' => 'About',
'url' => '{ROOT_URL}home/index',
'filter' => 'notloggedin',
],
[
'text' => 'Admin',
'url' => '{ROOT_URL}admin/index',
'filter' => 'admin',
],
[
'text' => 'Extensions',
'url' => '{ROOT_URL}extensions/index',
// 'filter' => 'notloggedin',
],
];
public $filters = [
[