Explorar el Código

remove payment singens if free product

andre hace 4 años
padre
commit
bb6de78538
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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">Endet am: {(14*24*60*60 + mktime($regdate))|date_format:'%d %M %Y'}</span>
+                      <span class="list-text">Endet am: {(14*24*60*60 + mktime($regdate))|date_format:'%d %b %Y'}</span>
                     </li>
                   {/if}
                 </ul>