|
@@ -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">
|