Index: /branches/feature-module-update/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc.php
===================================================================
--- /branches/feature-module-update/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc.php	(revision 16730)
+++ /branches/feature-module-update/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc.php	(revision 16732)
@@ -41,5 +41,5 @@
     function setTplMainpage($bloc_file) {
     	$debug_message = "";
-    	$user_bloc_path = USER_TEMPLATE_PATH . "/" . TEMPLATE_NAME . "/" . BLOC_DIR . $bloc_file;
+    	$user_bloc_path = USER_TEMPLATE_PATH . TEMPLATE_NAME . "/" . BLOC_DIR . $bloc_file;
         if (is_file($user_bloc_path)) {
             $this->tpl_mainpage = $user_bloc_path;
