| Special Tags Every Framework file requires a $FULLPAGE tag which adds a content area.  You can also insert other tags such as $ROOTDIR for the homepage address of the site.  You can insert $ID for the "ID" of the page.  For example, https://invisiblegold.com is the homepage address, and /support/docs/authoring/frameworks/newitem/ is the id of a page.
 
 You normally should use relative paths to any images or CSS files in your Framework files.  However, if you need to do it manually, you can insert $FRAMEWORKDIR.
 
 Other tags that may be useful are:
 $PATH - This gives the exact path to the current page on the server.  (It's just a combination of $ROOTDIR and $ID with a /Data/ inserted in between.)
 
 $LOGO and $LOGO2 - You should insert one of these at the bottom of the site.  This will be replaced with "Powered by Invisible Gold" and add the login link.
 
 Note: All of the Special Tags can be inserted in the Content, Frameworks, and Custom Templates.
 
 |