mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
#2098 admin footer copyright is static
This commit is contained in:
parent
d1620343c2
commit
7c0ccfc693
@ -18,6 +18,12 @@ return [
|
||||
"default_value" => 'OpenClassify',
|
||||
]
|
||||
],
|
||||
"footer_copyright_org_name" => [
|
||||
"type" => "anomaly.field_type.text",
|
||||
"config" => [
|
||||
"default_value" => 'OpenClassify, Inc',
|
||||
]
|
||||
],
|
||||
"sidebar_main_color" => [
|
||||
"type" => "anomaly.field_type.colorpicker",
|
||||
"config" => [
|
||||
|
||||
@ -17,6 +17,9 @@ return [
|
||||
"title" => [
|
||||
'name' => 'Title',
|
||||
],
|
||||
"footer_copyright_org_name" => [
|
||||
'name' => 'Footer Copyright Organization Name',
|
||||
],
|
||||
"sidebar_main_color" => [
|
||||
'name' => 'Sidebar Main Color',
|
||||
],
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
<ul class="meta">
|
||||
<li class="copyright">
|
||||
© {{ 'now'|date('Y') }} OpenClassify, Inc
|
||||
© {{ 'now'|date('Y') }} {{ setting_value('visiosoft.theme.defaultadmin::footer_copyright_org_name') }}
|
||||
</li>
|
||||
<li class="footprint">
|
||||
{{ request_time() }} <span>|</span> {{ memory_usage() }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user