fix menu tabs html

pull/2487/head
Alex Aragon 9 years ago
parent 0fd95c5b2f
commit 34e1eb6bc9
  1. 2
      main/inc/lib/banner.lib.php

@ -505,7 +505,7 @@ function menuArray()
if ($GLOBALS['this_section'] == SECTION_CAMPUS) { if ($GLOBALS['this_section'] == SECTION_CAMPUS) {
if (!empty($_GET['include'])) { if (!empty($_GET['include'])) {
$name = str_replace(' ', '-', strtolower($navigation_info['title'])) . '_' . $lang . $ext; $name = str_replace(' ', '-', strtolower($navigation_info['title'])) . '_' . $lang . $ext;
if ($_GET['include'] == $name) { if (strtolower($_GET['include']) == $name) {
$activeSection = $section; $activeSection = $section;
} }
} }

Loading…
Cancel
Save