Creative DW Menus Pack Forum


box Creative DW Menus Pack
Creative DW Menu Pack is a suite of Dreamweaver extensions that seamlessly blends the flexibility of DHTML and the Flash look and feel to create beautifully web site menus. The extension comes with over 30 built in skins that can be customized to suit the design (colors, fonts, size) and include a smart resize system that preserves round corners and the gradient fills when you change the menu size.

Find out more about Creative DW Menus Pack

Thread: cfinclude template is incorrect.

title left
User Details
message
title right
Craig Franden

post date:
2011-02-15 17:48:50
When creating a new vertical menu in DW using ColdFusion 9.01, the following include is incorrect:


<cfinclude template="includes/xtdDataSource/DataSet.inc.cfm" />

Should be:

<cfinclude template="includes/xtdDataSource/_DataSet.inc.cfm" />

(underscore before DataSet.inc.cfm)

The extension adds the incorrect include everytime you edit the menu.

Suggestions?

Craig Franden

post date:
2011-02-15 17:50:19
Sorry, duplicate post.