View Options
::
Headers
::
HTML vs. ASP
::
RSS
::
News Admin
|
How can I add my existing site's header or footer to the visitor's news view? The key is to add your header and footer to the NML header and footer, since both of these files are called from the entire public portion of the application! (So only one include statement will add your header everywhere in the NML application; one include statement will add your footer everwhere.) And, don't forget to link from your header, to an appropriate news view. To add your existing menu to the entire visitor's side of the program:
How do I get rid of this header that I clicked on to get here? Same thing! Either change the file path above to your menu/header file, or remove the line that contains that statement. (If you don't have a header or menu to add.) This header will be replaced or removed accordingly. |