andre 5 месяцев назад
Родитель
Сommit
b6d2addc29
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      configureproduct.tpl

+ 4 - 1
configureproduct.tpl

@@ -2,8 +2,11 @@
 
 {assign var="customtemplate" value="templates/orderforms/thurdata/configure_{$productinfo.name}.tpl"}
 {if file_exists($tdtemplate)}
-    {include file=$customtemplate}
+    {include file=$customtemplate.val()}
 {else}
+    <div class="row">
+     Blubb  {$customtemplate}
+    </div>
 {* 
 route configureproduct by group id or name
 *}