3214 Posts in 848 Topics by 810 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 857 Views |
-
Common footer for all pages

29 May 2009 at 8:38pm
I want to place all the XHTML for the footer of my website in a file called \templates\Includes\PageFooter.ss
How can I include this code in my page templates?
-
Re: Common footer for all pages

29 May 2009 at 9:26pm
In \templates\page.ss
<div id="Footer">
<% include PageFooter %>
</div>
| 857 Views | ||
|
Page:
1
|
Go to Top |


