Browse Source

! Yet more icon references removed.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 years ago
parent
commit
0088bafba0
2 changed files with 4 additions and 4 deletions
  1. 2 2
      Themes/default/Notify.template.php
  2. 2 2
      Themes/default/SendTopic.template.php

+ 2 - 2
Themes/default/Notify.template.php

@@ -17,7 +17,7 @@ function template_main()
 	echo '
 		<div class="cat_bar">
 			<h3 class="catbg">
-				<img src="', $settings['images_url'], '/email_sm.png" alt="" class="icon" />', $txt['notify'], '
+				<span class="generic_icons mail icon"></span>', $txt['notify'], '
 			</h3>
 		</div>
 		<div class="roundframe centertext">
@@ -35,7 +35,7 @@ function template_notify_board()
 	echo '
 		<div class="cat_bar">
 			<h3 class="catbg">
-				<img src="', $settings['images_url'], '/email_sm.png" alt="" class="icon" />', $txt['notify'], '
+				<span class="generic_icons mail icon"></span>', $txt['notify'], '
 			</h3>
 		</div>
 		<div class="roundframe centertext">

+ 2 - 2
Themes/default/SendTopic.template.php

@@ -46,7 +46,7 @@ function template_main()
 		<form action="', $scripturl, '?action=emailuser;sa=sendtopic;topic=', $context['current_topic'], '.', $context['start'], '" method="post" accept-charset="', $context['character_set'], '">
 			<div class="cat_bar">
 				<h3 class="catbg">
-					<img src="', $settings['images_url'], '/email_sm.png" alt="" class="icon" />', $context['page_title'], '
+					<span class="generic_icons mail icon"></span>', $context['page_title'], '
 				</h3>
 			</div>
 			<div class="windowbg2">
@@ -109,7 +109,7 @@ function template_custom_email()
 		<form action="', $scripturl, '?action=emailuser;sa=email" method="post" accept-charset="', $context['character_set'], '">
 			<div class="cat_bar">
 				<h3 class="catbg">
-					<img src="', $settings['images_url'], '/email_sm.png" alt="" class="icon" />', $context['page_title'], '
+					<span class="generic_icons mail icon"></span>', $context['page_title'], '
 				</h3>
 			</div>
 			<div class="windowbg">