Wouldn't
it be nice if you had several includes,
each containing a different navigation
method, that your site maintainers
could use with templates in Macromedia
Contribute and Dreamweaver MX?
This tutorial shows you how you can
do this and implement it with any server
include document type (SHTML, CFML,
PHP, ASP, JSP, and ASPX). Please note
that since each language has its own
include syntax and you must adjust
this methodology accordingly.
Modifying the Template
In the head region, add the following
template parameter (typically just
above the </head> tag):
Optional method 1:
<!-- TemplateParam name="NavInc" type="text" value="'/includes/NavA.inc'" -->
Optional method 2:
<!-- TemplateParam
name="NavInc" type="text" value=""/includes/NavA.inc"" -->
|