Browse Source

Add the time, I have no idea whats the best palce for it...

Signed-off-by: Suki <[email protected]>
Suki 11 years ago
parent
commit
453c15fff5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/ModerationCenter.template.php

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

@@ -165,7 +165,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> <strong>', $note['author']['link'], ':</strong> ', $note['text'], '</li>';
+							<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>';
 
 			echo '
 						</ul>