This topic is locked

lfooter

11/11/2008 6:21:31 AM
PHPRunner General questions
G
garethp authorDevClub member

Hi
I am trying to amend the last lines of the list page in the template to apply globally - the following section ...

{doevent name="ListOnLoad"}

<tr><td>

<table cellpadding=0 cellspacing=0 border=0 width=100%>

<tr>

<td class=headerlistdown_left width=8px valign=middle align=center height=15></td>

<td class=downeditmenu valign=middle align=center height=15>&nbsp;</td>

<td class=headerlistdown_right width=8px valign=middle align=center height=15></td>

</tr>

</table>

</td></tr>

</td></tr></table>

{include_if_exists file="include/footer.php"}

{$linkdata}

</body>

</html>


In version 4.2 this could be found in lfooter and amendments made here were applied on rebuild to all pages but I can not find the template html file that is used to build this part of the page in version 5.0.
Can you help?

G
garethp authorDevClub member 11/11/2008

sorted thanks - realised this code is not in 5.0 at the bottom.

Thanks