Sam Georges 9f5646d273 BackendSettings -> BrandSettings
pageTitle is now translated at the end of the line
Fixed unit tests so they pass
SettingsModels are now cached
2014-10-15 19:53:44 +11:00

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>