60 : <cfset page = "#application.pages.getPage(page_id)#" />
61 : <cftry>
62 : <cfsavecontent variable="layout"><cfoutput><cfinclude template="../../shared/obray/actions/pages/../../../../#replace(replace(getDirectoryFromPath(GetBaseTemplatePath()),'C:\inetpub\wwwroot\','','all'),'\','','all')#/layouts/#page.layout_name#/index.cfm"></cfoutput></cfsavecontent>
63 : <cfcatch type="missingInclude"><cfif len(cfcatch.MissingFileName) gte len("../../../../#replace(replace(getDirectoryFromPath(GetBaseTemplatePath()),'C:\inetpub\wwwroot\','','all'),'\','','all')#/layouts/#page.layout_name#/index.cfm") and right(cfcatch.MissingFileName,len("../../../../#replace(replace(getDirectoryFromPath(GetBaseTemplatePath()),'C:\inetpub\wwwroot\','','all'),'\','','all')#/layouts/#page.layout_name#/index.cfm")) is "../../../../#replace(replace(getDirectoryFromPath(GetBaseTemplatePath()),'C:\inetpub\wwwroot\','','all'),'\','','all')#/layouts/#page.layout_name#/index.cfm">
64 : <cfthrow type="fusebox.missingFuse" message="missing Fuse" detail="You tried to include a fuse ../../../../#replace(replace(getDirectoryFromPath(GetBaseTemplatePath()),'C:\inetpub\wwwroot\','','all'),'\','','all')#/layouts/#page.layout_name#/index.cfm in circuit pages which does not exist (from fuseaction pages.show).">
|