mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-08 06:16:05 -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',
|
"default_value" => 'OpenClassify',
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
"footer_copyright_org_name" => [
|
||||||
|
"type" => "anomaly.field_type.text",
|
||||||
|
"config" => [
|
||||||
|
"default_value" => 'OpenClassify, Inc',
|
||||||
|
]
|
||||||
|
],
|
||||||
"sidebar_main_color" => [
|
"sidebar_main_color" => [
|
||||||
"type" => "anomaly.field_type.colorpicker",
|
"type" => "anomaly.field_type.colorpicker",
|
||||||
"config" => [
|
"config" => [
|
||||||
|
|||||||
@ -17,6 +17,9 @@ return [
|
|||||||
"title" => [
|
"title" => [
|
||||||
'name' => 'Title',
|
'name' => 'Title',
|
||||||
],
|
],
|
||||||
|
"footer_copyright_org_name" => [
|
||||||
|
'name' => 'Footer Copyright Organization Name',
|
||||||
|
],
|
||||||
"sidebar_main_color" => [
|
"sidebar_main_color" => [
|
||||||
'name' => 'Sidebar Main Color',
|
'name' => 'Sidebar Main Color',
|
||||||
],
|
],
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<ul class="meta">
|
<ul class="meta">
|
||||||
<li class="copyright">
|
<li class="copyright">
|
||||||
© {{ 'now'|date('Y') }} OpenClassify, Inc
|
© {{ 'now'|date('Y') }} {{ setting_value('visiosoft.theme.defaultadmin::footer_copyright_org_name') }}
|
||||||
</li>
|
</li>
|
||||||
<li class="footprint">
|
<li class="footprint">
|
||||||
{{ request_time() }} <span>|</span> {{ memory_usage() }}
|
{{ request_time() }} <span>|</span> {{ memory_usage() }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user