Hello,
I have downloaded the Twitter Bootstrap theme from the themes extensions.
I have changed the page.ss to include a Footer.ss I have created, but the footer is not being included.
The Header.ss is included, why isn't the Footer?
My code:
Page.ss (adding only the part that I have changed)
<div id="page">
<% include Header %>
<div class="container">
$Layout
<hr>
</div> <!-- /container -->
<% include Footer %>
</div><!-- /page -->
Footer.ss
<footer id="footer">
<div class="left main"><p>© The Clarens Community Policing $Now.Year | <% include Navigation %></p></div>
<div class="right main"><p>Web developer: <a href="http://www.sigalz.co.za" target="_blank">Sigal Zahavi</a> | Silverstripe Bootstrap Theme by <a href="/">Visit Toowoomba</a></p></div>
</footer>