Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
valencia
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
valencia
Commits
b9b9673b
Commit
b9b9673b
authored
Dec 03, 2014
by
Mattia Migliorini
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add second-level-nav class to footer menus
parent
62b0de5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
template.php
template.php
+1
-1
No files found.
template.php
View file @
b9b9673b
...
...
@@ -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
;
...
...
Mattia Migliorini
@deshack
mentioned in issue
#10 (closed)
·
Dec 03, 2014
mentioned in issue
#10 (closed)
mentioned in issue #10
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment