
The topmost document in Slug based web pages is index.php. Slug is based on <div> tags and there is no longer frames used. It provides simple layout as follows:
logo <div> section |
|
menu <div> section |
content <div> sectionfootnote area |
Each <div> section has its own name which is can be used to load specific content into. Initially index.php loads to each <div> section appropriate web pages. By default these are:
logo.html to logo <div> section,
menu.html to menu <div> section,
home.html to content <div> section.
Foot area is also a <div> section however it content is defined in the index.php document.