Merge pull request #1409 from aragonc/1.11.x

fix menu tabs html
pull/2487/head
Alex Aragon Calixto 9 years ago committed by GitHub
commit 6f1130e707
  1. 2
      main/inc/lib/banner.lib.php

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

Loading…
Cancel
Save