|
@@ -3,7 +3,7 @@
|
|
|
* Simple Machines Forum (SMF)
|
|
|
*
|
|
|
* @package SMF
|
|
|
- * @author Simple Machines
|
|
|
+ * @author Simple Machines http://www.simplemachines.org
|
|
|
* @copyright 2014 Simple Machines and individual contributors
|
|
|
* @license http://www.simplemachines.org/about/smf/license.php BSD
|
|
|
*
|
|
@@ -245,7 +245,7 @@ function template_watched_users()
|
|
|
// Little section for making... notes.
|
|
|
function template_notes()
|
|
|
{
|
|
|
- global $settings, $context, $txt, $scripturl;
|
|
|
+ global $context, $txt, $scripturl;
|
|
|
|
|
|
echo '
|
|
|
<div class="modnotes">
|
|
@@ -264,7 +264,7 @@ function template_notes()
|
|
|
// Cycle through the notes.
|
|
|
foreach ($context['notes'] as $note)
|
|
|
echo '
|
|
|
- <li class="smalltext"><a href="', $note['delete_href'], '"><img src="', $settings['images_url'], '/pm_recipient_delete.png" alt=""></a>', $note['time'] ,' <strong>', $note['author']['link'], ':</strong> ', $note['text'], '</li>';
|
|
|
+ <li class="smalltext"><a href="', $note['delete_href'], '"><span class="generic_icons del_small"></span></a>', $note['time'] ,' <strong>', $note['author']['link'], ':</strong> ', $note['text'], '</li>';
|
|
|
|
|
|
echo '
|
|
|
</ul>
|