all atb changes
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user