]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_menu_whats.tpl
More rewrites to make use of the EL
[mailer.git] / templates / de / html / member / member_menu_whats.tpl
index 3c90564d44d5dc1b80563c53529426bb644f4d8a..5938b75652a0b17af0824a729b32609a6e46db8c 100644 (file)
@@ -1,3 +1,8 @@
-<TR>
-       <TD class="member_menu_whats">&nbsp;<STRONG><BIG>&middot;</BIG></STRONG>&nbsp;&nbsp;$content</TD>
-</TR>
\ No newline at end of file
+<tr>
+       <td class="member_menu_whats $content[visible_css] $content[locked_css]">
+               <div class="$content[visible_css] $content[locked_css]">
+                       <strong><big>&middot;</big></strong>
+                       $content
+               </div>
+       </td>
+</tr>