Skip to content

Commit

Permalink
MULTISITE-21245 test heading
Browse files Browse the repository at this point in the history
  • Loading branch information
steeff committed Apr 12, 2019
1 parent 8c036cf commit 40a9ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/links__ecl_menus.theme.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
function _header_footer_corporate_theme_links__ecl_menus($variables) {
$links = $variables['links'];
$attributes = $variables['attributes'];
$heading = $variables['heading'];
$heading = (isset($variables['heading'])) ? $variables['heading'] : '';
global $language_url;
$output = '';
// Conditional classes.
Expand Down

0 comments on commit 40a9ee4

Please sign in to comment.