Quentin Zervaas wrote:

Hi,

I'm try to create a custom rule for inserting a sitemap.



No need to use a rule here, just create an Include object and make use of the siteMap custom tag.


<cfsetting enablecfoutputonly="yes">

<!--- build page --->
<cfmodule
template="/farcry/#application.applicationname#/webskin/includes/ndeHeader.cfm"
pageTitle="#stObj.title#" pageType="central">


<cfimport taglib="/farcry/farcry_core/tags/webskin" prefix="skin">

<cfoutput>
<!--id=content-->
<div id="content">
<h1>Site Map</h1>
</cfoutput>

<skin:sitemap bDisplay="true">

<cfoutput></div></cfoutput>

<cfmodule template="/farcry/#application.applicationname#/webskin/includes/ndeFooter.cfm"
metadata="false" textbar="true">
<cfsetting enablecfoutputonly="no">


-Brendan
http://farcry.daemon.com.au



---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to