I see. Here's my index.html file for the default theme (/usr/share/gnump3/default):
<!-- include="header.tmpl" --> <!-- Banner --> <p> </p> <!-- include="download.html" --> <BR> <p align="center"> $BANNER </p> <PLAYLISTS> <table border="0" cellpadding="0" cellspacing="2" width="100%" bgcolor="#FF0000"> <tr><td> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#eaecef"> <tr bgcolor="#d1d5d7"><td colspan="3"><center><h3>Playlists</h3></center></td></tr> $PLAYLISTS </table> </td></tr> </table> <p> </p> </PLAYLISTS> <DIRS> <table border="0" cellpadding="0" cellspacing="2" width="100%" bgcolor="#FF0000"> <tr><td> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#eaecef"> <tr bgcolor="#d1d5d7"><td colspan="7"><center><h3>Subdirectories</h3></center></td></tr> $DIRECTORIES </table> </td></tr> </table> <p> </p> </DIRS> <FILES> <table border="0" cellpadding="0" cellspacing="2" width="100%" bgcolor="#FF0000"> <tr><td> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#eaecef"> <tr bgcolor="#d1d5d7"><td colspan="3"><center><h3>Songs</h3></center></td></tr> $SONGS </table> </td></tr> </table> <p> </p> </FILES> <MOVIES> <table border="0" cellpadding="0" cellspacing="2" width="100%" bgcolor="#FF0000"> <tr><td> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#eaecef"> <tr bgcolor="#d1d5d7"><td colspan="3"><center><h3>Movies</h3></center></td></tr> $MOVIES </table> </td></tr> </table> <p> </p> </MOVIES> <p align="center"> $BANNER </p> <!-- include="footer.tmpl" --> Marty On Mon, 10 Apr 2006 22:21:24 -0500 Aaron Brown <[EMAIL PROTECTED]> wrote: > Marty Huntzberry wrote: > > Here's the first email: > > > [ snip ] > > > > I insert this into the default theme index.html file using: > > > > <!-- include="download.html" --> > > > > The question I have is about your modified "index.html" file. You've > added the line to include "download.html", but where did you do it, and > how exactly did you say it? Could you include a copy of the portion of > "index.html" where you inserted the "include" line? And can you confirm > which theme this is happening in? Your email mentions "the default > theme", which I think is Tabular, but I may be wrong. > > - Aaron > > -- > Aaron Brown :: [EMAIL PROTECTED] :: www.thebrownproject.com > > > _______________________________________________ > Gnump3d-users mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gnump3d-users _______________________________________________ Gnump3d-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnump3d-users
