all atb changes

This commit is contained in:
Joey Kimsey
2025-02-05 23:57:17 -05:00
parent 2ac64e5c49
commit ffb82b1192
328 changed files with 12384 additions and 2477 deletions

View File

@ -145,7 +145,7 @@ class TheTempusProject extends Bedrock {
];
public $main_links = [
[
'text' => 'Home',
'text' => 'About',
'url' => '{ROOT_URL}home/index',
'filter' => 'notloggedin',
],
@ -210,7 +210,7 @@ class TheTempusProject extends Bedrock {
'find' => '#\[img\](.*?)\[/img\]#is',
'replace' => "<img src='$1'>",
'enabled' => true,
'example' => '[img]/images/logo.png[/img]',
'example' => '[img]/images/logo180.png[/img]',
],
[
'name' => 'bbCode.url',
@ -274,8 +274,8 @@ class TheTempusProject extends Bedrock {
"logo" => [
"type" => "file",
"pretty" => "Site Logo (Used mostly in emails)",
"default" => "images/logoWhite.png",
"value" => "images/logoWhite.png",
"default" => "images/logo180.png",
"value" => "images/logo180.png",
],
"logoLarge" => [
"type" => "file",