|
@@ -1,8 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
-{assign var="customtemplate" value="templates/orderforms/thurdata/configure_{$productinfo.name|replace:' ':'_'}.tpl"}
|
|
|
|
|
|
|
+{assign var="customtemplate" value="templates/orderforms/thurdata/configure_{$productinfo.name}.tpl"}
|
|
|
{if file_exists($customtemplate)}
|
|
{if file_exists($customtemplate)}
|
|
|
- {include file='{$customtemplate}'}
|
|
|
|
|
|
|
+ {include file='./{$productinfo.name}.tpl'}
|
|
|
{else}
|
|
{else}
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
Blubb {$customtemplate}
|
|
Blubb {$customtemplate}
|