Commit b9b9673b authored by Mattia Migliorini's avatar Mattia Migliorini

Add second-level-nav class to footer menus

parent 62b0de5b
......@@ -470,7 +470,7 @@ function valencia_third_level_menu($vars) {
*/
function valencia_footer_menu($vars) {
// Var with all HTML of the menu
$html = '<ul>';
$html = '<ul class="second-level-nav">';
// Counter to select first element of every submenu to add class .first
$voice_number = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment