PDA

View Full Version : Custom file list in footer of ONE page ?


bristolxyz
10-11-04, 02:45 AM
I read thru the notes Karen left on Customizing the header and footer at: http://www.dotproject.net/index.php?name=PNphpBB2&file=viewtopic&t=137

I've looked thru the forum extensivly. I think I'm on the right track, but can't be sure.
What I want to do, is create a list of links to downloadable files at the bottom of the page that displays right after login. Sometimes, users will need a specific program for file viewing or a particular utility. I would like to have the links available within easy reach.

Maybe a line just above the list of files.

In my ./style/default/footer.php I have ONLY the following:


<?php
echo $AppUI->getMsg();
?>
</td>
</tr>
</table>
</body>
</html>


The question is.... Where do I insert the code to create a list? I see the ENDING tags, but no beginning tags.

Regards,

Bristol

ajdonnison
10-11-04, 07:00 AM
The beginning tags are in header.php. If you want to add something to footer.php then try putting it between </table> and </body>.