27 : <!--- workaround to allow name to work in groups...only used on ladies club right now --->
28 : <cfif header_content contains "session.FullName" or not fileexists("#URLPath#styles/custom_header_#ActiveNavProfile#_#IDGroup#.cfm")>
29 : <cfset header_content = ReplaceNoCase(header_content,"##session.FullName##","#session.FullName#","All")>
30 : </cfif>
31 : <cffile action="WRITE" file="#URLPath#styles/custom_header_#ActiveNavProfile#_#IDGroup#.cfm" output="#header_content#" addnewline="Yes" fixnewline="No">
|