]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_stats_month_row.tpl
Wrapper introduced, renaming to the naming convention:
[mailer.git] / templates / de / html / guest / guest_stats_month_row.tpl
index 6d5ec4c1a2efeb5e4fc4db00908cd9d0c827bd9c..5e12902a109fa8c791ccc95e71fbc2c249883ca8 100644 (file)
@@ -1,4 +1,7 @@
-<!-- VORSICHT----! KEINE <TR> UND </TR> HIERN EINSETZEN----! //-->
-<TD class="guest_stats_$content[l_class] bottom2">$content[m_descr]:</TD>
-<TD class="guest_stats_m bottom2 right2">&nbsp;</TD>
-<TD class="guest_stats_$content[r_class] bottom2$content[r2_class]">$content[cnt]</TD>
+<!-- VORSICHT----! KEINE <tr> UND </tr> HIER EINSETZEN----! //-->
+<td class="guest_stats_$content[l_class] bottom">
+       $content[m_descr]:
+</td>
+<td class="guest_stats_$content[r_class] bottom$content[r2_class]">
+       {%pipe,translateComma=$content[count]%}
+</td>