Hi I am hoping someone can help me out also on adding a FAQ page and Site Map page link to the bottom of my site, I am using "Soft Green".
FAQ | Invite friends | Contact us | Terms of service | Site Map
I have created a new FAQ page in cp
However when I open the footer.tpl I only see the following code, I am having trouble locating which tpl file contains the footer links, hope someone can point me in the right direction.
Thanks
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" class="contentTable">
<tr>
<td colspan="2" width="100%">
<table cellpadding="0" cellspacing="0" width="100%" class="footerTable">
<tr>
<td class="footerRow">
<a target="_blank" class="footer" href="http://www.vldpersonals.com">{app_name} {app_version}</a> |
© Copyright <a target="_blank" class="footer" href="http://www.vldinteractive.com">VLD Interactive</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<script type="text/javascript">$('a.tooltiplink').ToolTip('tooltipbox');</script>
<script type="text/javascript">$('a.toolpiclink').ToolTip('toolpicbox');</script>
</body>
</html>