diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-10-11 13:24:13 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-10-11 13:24:13 +0200 |
| commit | 03cb2a7b0c5a3756522c27d708bdaf0bfa771706 (patch) | |
| tree | 71dbc7f76fde185f93563433cf7ecd0a38a221b9 /phpBB/styles/prosilver/template | |
| parent | 8c3fdfe4e12a2ea8c485f30a223fe344cb04ef9d (diff) | |
| parent | 8acbb20891bb25deeac60f6a19fc084f375bc6b6 (diff) | |
| download | forums-03cb2a7b0c5a3756522c27d708bdaf0bfa771706.tar forums-03cb2a7b0c5a3756522c27d708bdaf0bfa771706.tar.gz forums-03cb2a7b0c5a3756522c27d708bdaf0bfa771706.tar.bz2 forums-03cb2a7b0c5a3756522c27d708bdaf0bfa771706.tar.xz forums-03cb2a7b0c5a3756522c27d708bdaf0bfa771706.zip | |
Merge pull request #3931 from hanakin/ticket/14194
[Ticket/14194] Responsive Quick Links Menu Broken
Diffstat (limited to 'phpBB/styles/prosilver/template')
| -rw-r--r-- | phpBB/styles/prosilver/template/navbar_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index acd71daaaa..087acc9cf9 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -3,7 +3,7 @@ <ul id="nav-main" class="nav-main linklist" role="menubar"> - <li id="quick-links" class="quick-links dropdown-container<!-- IF not S_DISPLAY_QUICK_LINKS and not S_DISPLAY_SEARCH --> hidden<!-- ENDIF -->" data-skip-responsive="true"> + <li id="quick-links" class="quick-links dropdown-container responsive-menu<!-- IF not S_DISPLAY_QUICK_LINKS and not S_DISPLAY_SEARCH --> hidden<!-- ENDIF -->" data-skip-responsive="true"> <a href="#" class="dropdown-trigger"> <i class="icon fa-bars fa-fw" aria-hidden="true"></i><span>{L_QUICK_LINKS}</span> </a> |
