소스 검색

remove payment singens if free product

andre 4 년 전
부모
커밋
90ecc4cae3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/clientarea.tpl

+ 1 - 1
templates/clientarea.tpl

@@ -99,7 +99,7 @@
                   {else}
                     <li>{debug}
                       <span class="list-heading">Trial Account</span>
-                      <span class="list-text">Ende: {(14*24*60*60 - $smarty.now + mktime($regdate))|date_format:'%Y-%m-%d %H:%M:%S'}</span>
+                      <span class="list-text">Ende: {(14*24*60*60 - $smarty.now + mktime($regdate))|date_format:'%d'}</span>
                     </li>
                   {/if}
                 </ul>