Prechádzať zdrojové kódy

remove payment singens if free product

andre 4 rokov pred
rodič
commit
5f28d703b6
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      templates/clientarea.tpl

+ 2 - 2
templates/clientarea.tpl

@@ -97,9 +97,9 @@
                       <span class="list-text">{$paymentmethod}</span>
                     </li>
                   {else}
-                    <li>
+                    <li>{debug}
                       <span class="list-heading">Trial Account</span>
-                      <span class="list-text">Restlaufzeit: 14 - {$smarty.now} - {$regdate}</span>
+                      <span class="list-text">Restlaufzeit: 14 - {$smarty.now} - {mktime(0, 0, 0, $month, $day, $year)}</span>
                     </li>
                   {/if}
                 </ul>