Преглед на файлове

! More icon conversions

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer преди 10 години
родител
ревизия
4e9a067af1
променени са 2 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 1 1
      Themes/default/BoardIndex.template.php
  2. 1 2
      Themes/default/PersonalMessage.template.php

+ 1 - 1
Themes/default/BoardIndex.template.php

@@ -411,7 +411,7 @@ function template_info_center()
 		echo '
 			<div class="title_barIC">
 				<h4 class="titlebg">
-					', $context['allow_pm'] ? '<a href="' . $scripturl . '?action=pm">' : '', '<img class="icon" src="', $settings['images_url'], '/message_sm.png" alt="" />', $txt['personal_message'], '', $context['allow_pm'] ? '</a>' : '', '
+					', $context['allow_pm'] ? '<a href="' . $scripturl . '?action=pm">' : '', '<span class="pm_icons inbox icon"></span>', $txt['personal_message'], '', $context['allow_pm'] ? '</a>' : '', '
 				</h4>
 			</div>
 			<p class="pminfo">

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

@@ -1932,8 +1932,7 @@ function template_showPMDrafts()
 	echo '
 		<div class="cat_bar">
 			<h3 class="catbg">
-				<img src="', $settings['images_url'], '/message_sm.png" alt="" class="icon" />
-					', $txt['drafts_show'], '
+				<span class="pm_icons inbox icon"></span>', $txt['drafts_show'], '
 			</h3>
 		</div>
 		<div class="pagesection">