diff --git a/application/helpers/menu_helper.php b/application/helpers/menu_helper.php index d8bfd70..90f3144 100644 --- a/application/helpers/menu_helper.php +++ b/application/helpers/menu_helper.php @@ -1,20 +1,21 @@ uri->uri_string; $str = ''; return $str; } function sidebar_traverse($array, $class = NULL, $toggle = false) { - $active = get_instance()->uri->uri_string; + $CI =& get_instance(); + $active = base_url().$CI->uri->uri_string; $str = '