mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Reverts commit 22847e7892a2054da91bd85ec183ba6e7bc52094. Will be redeployed in build 459.
9 lines
303 B
HTML
9 lines
303 B
HTML
<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> |