Use website title in the footer
This commit is contained in:
parent
14e41b1900
commit
d065b6d962
|
@ -146,7 +146,7 @@ $navActiveIndex = isset($navActiveIndex) ? (int) $navActiveIndex : 0;
|
||||||
|
|
||||||
<footer class="footer d-md-flex">
|
<footer class="footer d-md-flex">
|
||||||
<div>
|
<div>
|
||||||
© WebsiteTitle.tech {date("Y")}
|
© {$config["website_title"]} {date("Y")}
|
||||||
|
|
||||||
{if $config["imprint_enabled"]}3
|
{if $config["imprint_enabled"]}3
|
||||||
— <a href="{$config["imprint_url"]}">imprint</a>
|
— <a href="{$config["imprint_url"]}">imprint</a>
|
||||||
|
|
Loading…
Reference in New Issue