Changeset 2436 for branches/5.2/www/requirements/mura/event.cfc
- Timestamp:
- 06/27/10 04:34:47 (23 months ago)
- File:
-
- 1 edited
-
branches/5.2/www/requirements/mura/event.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/www/requirements/mura/event.cfc
r2434 r2436 188 188 <cfif not valueExists("contentRenderer")> 189 189 <cfset setValue("contentRenderer",createObject("component","#application.settingsManager.getSite(getValue('siteid')).getAssetMap()#.includes.contentRenderer").init(this))> 190 </cfif> 191 <cfif not valueExists("themeRenderer") and fileExists(expandPath(getSite().getThemeIncludePath()) & "/contentRenderer.cfc")> 192 <cfset setValue("themeRenderer",createObject("component","#getSite().getThemeAssetMap()#.contentRenderer").init(event=this,$=getValue('MuraScope'),mura=getValue('MuraScope')))> 190 193 </cfif> 191 194 <cfif not valueExists("localHandler") and fileExists(expandPath("/#application.configBean.getWebRootMap()#") & "/#getValue('siteid')#/includes/eventHandler.cfc")> 192 195 <cfset setValue("localHandler",createObject("component","#application.configBean.getWebRootMap()#.#getValue('siteid')#.includes.eventHandler").init())> 193 196 </cfif> 194 195 <cfset setValue("themeRenderer",application.settingsManager.getSite(getValue("siteID")).getThemeRenderer())>196 197 197 198 <cfreturn this>
Note: See TracChangeset
for help on using the changeset viewer.
