plugin wip
This commit is contained in:
@ -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 = [
|
||||
[
|
||||
|
Reference in New Issue
Block a user