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
  • ";