Source Code for user.html.macros.pageFooter

on pageFooter () {
     «pageFooter 
          «http://www.filsa.net/frontier/scripts/
          «Mon, Mar 16, 1998 at 8:59:21 PM by PS
     local (htmltext = "");
     on add (s) {
          htmltext = htmltext + s};
     if html.getpref ("includeBodyTag") {
          add ("</body>\r")};
     add ("</html>");
     return (htmltext)}

Go back to the main page for this script