silverstripe-simple/templates/Includes/Footer.ss

8 lines
454 B
Scheme
Raw Normal View History

<footer class="footer" role="contentinfo">
<div class="inner copy">
<div class="left">
<a href="$BaseHref" class="brand" rel="home">$SiteConfig.Title</a>
<span class="arrow">&rarr;</span> <% include Navigation %></div>
<small class="right"><a href="http://simple.innovatif.com/about/">Theme</a> by <a href="http://www.saratusar.com">Sara</a> (Innovatif) / Powered by <a href="http://silverstripe.org">Silverstripe</a></small>
</div>
2012-03-14 00:24:41 +01:00
</footer>