|
|
Phpezmenu v1.0
Phpezmenu is a small php program that writes html into the main areas of your site. It is highly customizable and can be used to author new sites or it can be plugged into existing sites. Phpezmenu was written by a web designer to fulfill a need to manage large sites with large amounts of content. Menus, style, body attributes and copyright information are all controlled through one page - phpezmenu.php.
To customize your site, use this page (test.php) as a template to make as many pages for your site as you want. Begin by customizing the look with your own preferences. Save all new pages with .php extension (ie mytest.php). With phpezmenu, you can change the following elements site wide:
*CSS - control style elements
*Body Tag - Assign a color or background site wide
*Top Menu - Graphical or text style menu site wide
*Bottom Menu - Same as top menu but at the bottom
*Copyright - copyright info at bottom
To change these elements, edit the phpezmenu.php file and replace current html with the html to reflect your site. No matter how many pages you create, as long as you use this page as a template, you can update your entire site by changing the phpezmenu.php file and uploading it back to your server. All pages must stay in the same directory. If you want it to work across directories you can edit everything to reflect the relative paths but that isn't for beginners.
If you really need to use it across directories, you need to make sure the include for phpezmenu.php in test.php and whatever pages you make show the relative path to where phpezmenu.php resides. Ask me in the forums if you need the exact syntax.
You are free to use the buttons that come with this program on your site. I have even included a masterbtn.gif so you can make a more customized link on your site. Just edit it in any graphics program. If you have a button request, please join us in the forum and ask. There is no guarantee we will do it. You can ask though.
Online Manual - We have an online manual to help you find your way through phpezmenu and customize it for your site. You can find step by step help and troubleshooting here.
Support - To get support for this program, you can go to Phpezmenu Forum. There is a support folder in the php area.
To add new pages to your site - rename test.php and replace the contents between the comment tags that say Begin content and End content. Save and upload.
Once you figure out how this program works, you can write your own functions that echo or write html.
|
|