소스 검색

! Cut some clutter, should help #1243

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 년 전
부모
커밋
a6ec6e15ff
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      Themes/default/PersonalMessage.template.php

+ 1 - 2
Themes/default/PersonalMessage.template.php

@@ -60,8 +60,7 @@ function template_pm_popup()
 				<a href="', $scripturl, '?action=pm;sa=settings">', $txt['pm_settings_short'], '</a>
 			</div>
 			<div class="pm_mailbox floatleft">
-				', $txt['pm_unread'], '
-				| <a href="', $scripturl, '?action=pm">', $txt['inbox'], '</a>
+				<a href="', $scripturl, '?action=pm">', $txt['inbox'], '</a>
 				| <a href="', $scripturl, '?action=pm;f=sent">', $txt['pm_sent_short'], '</a>
 			</div>
 		</div>