Przeglądaj źródła

add domain info box

andre 4 lat temu
rodzic
commit
c8c753cc0b
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      configureproductdomain.tpl

+ 2 - 2
configureproductdomain.tpl

@@ -75,8 +75,8 @@
                 </div>
             </div>
         <div class="alert alert-warning">
-            {if file_exists("domainhints_{$language}.tpl")}
-                {include("domainhints_{$language}.tpl")}
+            {if file_exists("templates/orderforms/{$carttpl}/domainhints_{$language}.tpl")}
+                {include file="templates/orderforms/{$carttpl}/domainhints_{$language}.tpl"}
             {else}
                 Test
             {/if}