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?
Quote Reply
Re: [AnnieB] footer In reply to
Is the header file being parsed correctly? If so, then make sure that you have footer.inc file in the same directory/folder as your header.inc file. If not, then you probably did not install the Enhanced Template.pm codes correctly.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Stealth] footer In reply to
it's a plain table, not even <body> tags

i just want to add links to posters, pictures....
Quote Reply
Re: [AnnieB] footer In reply to
As Stealth mentioned, you need to use the Enhanced Template.pm. Did you install it? You can find it in the Resource Section.


Leonard
aka PerlFlunkie