Packages
Default Zotonic site, used when no other site can handle the supplied Host.
Current section
Files
Jump to
Current section
Files
priv/templates/_footer.tpl
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 col-md-12">
<a href="http://zotonic.com/" class="zotonic-logo"><em>Zotonic</em></a>
<span class="text-muted">© 2009–{{ now|date:"Y" }}</span>
<span class="text-muted pull-right">{{ zotonic_version }}</span>
</div>
</div>
</div>