Returns the HomeSeer generated page footer for use in creating your own web pages.
Optional Parameter: NoEndTags
Type: Boolean
Description: If set to TRUE, the html ending tags /BODY and /HTML will
be omitted from the output. The
default value if this parameter is not provided is FALSE.
The output is a string of HTML that comprises the HomeSeer generated page ending (footer) for web pages. The output consists of these elements:
The navigation links, if the configuration is set to display them at the bottom of the web page, enclosed in a "navbottom" SPAN tag.
The contents of the tail.htm file, enclosed in a "tailfile" SPAN tag.
The </body> and </html> closing tags, unless the "NoEndTags" parameter is TRUE.