-------------------- This text file describe the structure of the pages at http://www.daimi.au.dk/~krukow/ It was written primarily to remind myself of this structure. -------------------- Each page is defined as .php, say index.php, this has a number of inclusions - a generic header - a title of the page - a last modified - the actual contents defined in <...>-static.html, index-static.html - the left-hand side menu - finally a generic tail footer.html For example (from index.php): "; include 'head-top.html'; include 'head-title.html'; include 'head-modified.html'; include 'index-static.html'; include 'menu.html'; include 'footer.html'; ?> All layout and style is defined in http://www.daimi.au.dk/~krukow/css/simple.css