1260 Posts in 349 Topics by 485 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 385 Views |
-
[SOLVED]Bootstrap theme - footer include is not included

19 January 2013 at 1:25am
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> -
Re: [SOLVED]Bootstrap theme - footer include is not included

19 January 2013 at 2:20am
Did you do a ?flush=1 ? I would also check your spelling. ie if your include is Footer, make sure your filename is Footer and not footer (lowercase f).
-
Re: [SOLVED]Bootstrap theme - footer include is not included

19 January 2013 at 3:16am
Thank you IOTI,
Although I did do flush before, it didn't work, tried it again, this time, the footer is there.
Maybe I did the flush on the wrong time, with a different change that I've made, do not know anymore
| 385 Views | ||
|
Page:
1
|
Go to Top |


