Parcourir la source

remove payment singens if free product

andre il y a 4 ans
Parent
commit
9dfc957853
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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>