Ver código fonte

remove payment singens if free product

andre 4 anos atrás
pai
commit
9dfc957853
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      templates/clientarea.tpl

+ 2 - 1
templates/clientarea.tpl

@@ -5,6 +5,7 @@
  * Customized ny thurdata
  **********************************************************
 *}
+{debug}
 {if $modulechangepwresult}
   {if $modulechangepwresult == "success"}
     {include file="$template/includes/alert.tpl" type="success" msg=$modulechangepasswordmessage textcenter=true}
@@ -99,7 +100,7 @@
                   {else}
                     <li>
                       <span class="list-heading">Trial Account</span>
-                      <span class="list-text">Restlaufzeit: {14 - $smarty.now() - $regdate}</span>
+                      <span class="list-text">Restlaufzeit: {$today - $regdate}</span>
                     </li>
                   {/if}
                 </ul>