]> 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 2f557b653a017d6dccbac2478dff2b8d1639a350..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
+       <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>