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