Quote:
Originally posted by Pervy
Of course that does depend upon the script(s) you use to build your LL. Mine uses templates and so basically all my categories are displayed in the same layout with the same ads.
|
Edit the template so that it just writes out a table of links with no opening and closing head or body tags.
Now name your link list pages .php instead of .html and put this in the pages where you want the links to appear.
<?php
include "$DOCUMENT_ROOT/path/from/site/root/nameoffile.html";
?>
BTW: phpadsnew rocks. Use this board's search function to find threads on it.
