PHP Sample Page

This is example page show navegation menu on the top of page.
It is stored as cvs file (text file) representing item and link. Using function implemented in PHP, are printed as UL and formated by css.

The part of header and all part of body are printed directly from HTML file using function implemented in PHP. To change contents, need only to edit HTML file using desired editor (like WYSIWYG editor kompozer or Blue Griffon).
The main goal of this implementation is to minimize source editing.
Almost change on site are performed by editiong html file ou CSV file (list of menu).

Downloads
The source code is on here.