mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
9 lines
303 B
PHP
9 lines
303 B
PHP
<footer id="layout-footer">
|
|
<div class="brand">
|
|
<span class="logo"><i class="icon-leaf"></i></span>
|
|
<span class="name"><?= e(trans('system::lang.app.name')) ?></span>
|
|
</div>
|
|
<div class="tagline">
|
|
<p><?= e(trans('system::lang.app.tagline')) ?></p>
|
|
</div>
|
|
</footer>
|