mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
PHP8 Fixes. Renamed 'search' class (in search.php) to 'search_front' to avoid conflicts.
This commit is contained in:
@@ -1370,7 +1370,7 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; }
|
||||
continue;
|
||||
}
|
||||
|
||||
if (isset($e107_vars[$act]['divider']))
|
||||
if (isset($e107_vars[$act]['divider']) && !empty($tmpl['divider']))
|
||||
{
|
||||
// $text .= "<li class='divider'></li>";
|
||||
$text .= $tmpl['divider'];
|
||||
|
Reference in New Issue
Block a user