Browse Source

remove payment singens if free product

andre 4 years ago
parent
commit
b42b355271
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/clientarea.tpl

+ 1 - 1
templates/clientarea.tpl

@@ -100,7 +100,7 @@
                   {else}
                     <li>
                       <span class="list-heading">Trial Account</span>
-                      <span class="list-text">Restlaufzeit: {$today - $regdate}</span>
+                      <span class="list-text">Restlaufzeit: {14 - $smarty.now - $regdate}</span>
                     </li>
                   {/if}
                 </ul>