From e1efbad213830c230eda80702fd617716e62471f Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 21 Jun 2013 02:09:52 -0700 Subject: [PATCH] viewforum icons. --- e107_plugins/forum/forum_viewforum.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/e107_plugins/forum/forum_viewforum.php b/e107_plugins/forum/forum_viewforum.php index 31d060771..efdc54c70 100644 --- a/e107_plugins/forum/forum_viewforum.php +++ b/e107_plugins/forum/forum_viewforum.php @@ -688,13 +688,14 @@ function fadminoptions($thread_info) $id = intval($thread_info['thread_id']); $lan = array('stick'=>'Stick','unstick'=>'Unstick','lock'=>"Lock", 'unlock'=>"Unlock"); - - - $text .= "
  • Delete
  • "; - $text .= "
  • ".$lan[$stickUnstick]."
  • "; - $text .= "
  • ".$lan[$lockUnlock]."
  • "; - $text .= "
  • Move
  • "; + + + $text .= "
  • Delete
  • "; + $text .= "
  • ".$lan[$stickUnstick]."
  • "; + $text .= "
  • ".$lan[$lockUnlock]."
  • "; + + $text .= "
  • Move
  • "; /* $text .= "
  • Delete
  • ";