|
 |
How to add SSI (server side include) menus by Mark BergerPublished on 5/31/2007 9:08:39 PM |
| This article will tell you how to add SSI code to your templates. |
Are you intergrating some menus into your template?
You're likely going to want SSI (server side includes) in your site. Server side includes help to streamline the process of implementing a menu into your site - whether it be a left menu, top menu, or right menu.
In PHP, a server-side include looks like the following php.requireonce= |
|
|
 |
|