#29801 - Fix for widget template directory path.
[com.zyxware.civiwci.git] / wci-helper-functions.php
index 68648cac7f16e2ae8a3df9805e5ffea96c60aa71..5022cf2fe8605d44a140c7140ef3c7c70ff27962 100644 (file)
@@ -24,7 +24,7 @@
   }
   
   function getWciWidgetTemplatePath() {
-    $widget_tpl_path = getExtensionRootPath() . '/templates/CRM/Wci/Page';
+    $widget_tpl_path = __DIR__ . '/templates/CRM/Wci/Page';
     
     return $widget_tpl_path;
   }
\ No newline at end of file