Gossamer Forum
Quote Reply
footer
I want to add a footer to my pages, but it's not working...

this is the category.html template:



<%include header.inc%>


<p align=left><strong class="title"> <%title_linked%> </strong></p>
<h3><%site_title%>: <%category_clean%></h3>


<!-- Subcategories-->

<%if category%>

<h3 align="left">Categories:</h3>
<blockquote align="left">
<%category%>
</blockquote>
<%endif%>

<!-- Links in this category. -->

<%if links%>

<h3 align="left">Links: </h3>

<%links%>

<%endif%>

<!-- Next/Previous links if spanning pages. -->

<p align=center>

<%if prev%>

<small><a href="<%prev%>">Prev <%build_links_per_page%></a></small>

<%endif%>

<%if next%>

<small><a href="<%next%>">Next <%build_links_per_page%></a></small>

<%endif%>
</p>
<p>


<%if footer%>
<%footer%>
<%endif%>
</p>


<!-- Related Categories -->

<%if related%>

<h3 align="left">Related Categories:</h3>

<ul align="left"><%related%></ul>

<%endif%>
<br><br>

<%include footer.inc%>

I tried putting the url and path in the footer part in the Modify Category...

what am I doing wrong?
Subject Author Views Date
Thread footer AnnieB 2729 Oct 26, 2003, 9:48 AM
Thread Re: [AnnieB] footer
Stealth 2667 Oct 26, 2003, 11:50 AM
Thread Re: [Stealth] footer
AnnieB 2666 Oct 26, 2003, 12:35 PM
Post Re: [AnnieB] footer
PerlFlunkie 2681 Oct 26, 2003, 12:42 PM