diff --git a/index.cfm b/index.cfm index 372261e..cc15bf6 100644 --- a/index.cfm +++ b/index.cfm @@ -19,8 +19,7 @@ param name='objectparams.pausetime' default=3; param name='objectparams.outputslidelinks' default=true; - //local.pluginpath = m.globalConfig('context') & '/plugins/MuraNivo'; - local.modulepath = m.globalConfig('context') & '/modules/muranivo'; + local.modulepath = RemoveChars(GetDirectoryFromPath(GetCurrentTemplatePath()), 1, Len(m.globalConfig('webroot'))); local.feed = m.getBean('feed').loadby(objectparams.feed); local.iterator = local.feed.getIterator(); @@ -73,10 +72,10 @@