diff --git a/e107_plugins/forum/templates/forum_viewforum_template.php b/e107_plugins/forum/templates/forum_viewforum_template.php index d6965a5dd..cd584efb9 100644 --- a/e107_plugins/forum/templates/forum_viewforum_template.php +++ b/e107_plugins/forum/templates/forum_viewforum_template.php @@ -281,6 +281,7 @@ $FORUM_CRUMB['forum']['value'] = "{FORUM_TITLE}"; // New in v2.x - requires a bootstrap theme be loaded. // {BREADCRUMB} //FIXME Breadcrumb looks crummy +//TODO Find a good place to put a {SEARCH} dropdown. $FORUM_VIEWFORUM_TEMPLATE['start'] = ""; $FORUM_VIEWFORUM_TEMPLATE['header'] = "
{BACKLINK}
@@ -318,8 +319,8 @@ $FORUM_VIEWFORUM_TEMPLATE['divider-important'] = "".LAN_411. $FORUM_VIEWFORUM_TEMPLATE['divider-normal'] = "".LAN_412."".LAN_55."".LAN_56."".LAN_57.""; $FORUM_VIEWFORUM_TEMPLATE['footer'] = " -
-
{SEARCH}
{NEWTHREADBUTTONX}
+
+
{THREADPAGES}
{NEWTHREADBUTTONX}
"; $FORUM_VIEWFORUM_TEMPLATE['end'] = " \n";