Skip to content

Commit 02d61b3

Browse files
committed
jquery theme: Added links in top navs to new jquery.org/support page
1 parent 31131d2 commit 02d61b3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

themes/jquery/header.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,14 @@
8383
<li><a href="http://events.jquery.org/2013/portland/">Portland</a></li>
8484
</ul>
8585
</li>
86-
<li class="dropdown"><a href="#">Support</a>
86+
<li class="dropdown"><a href="https://jquery.org/support/">Support</a>
8787
<ul>
8888
<li><a href="http://learn.jquery.com/">Learning Center</a></li>
8989
<li><a href="http://try.jquery.com/">Try jQuery</a></li>
9090
<li><a href="http://irc.jquery.org/">IRC/Chat</a></li>
9191
<li><a href="http://forum.jquery.com/">Forums</a></li>
9292
<li><a href="http://stackoverflow.com/tags/jquery/info">Stack Overflow</a></li>
93+
<li><a href="https://jquery.org/support/">Commercial Support</a></li>
9394
</ul>
9495
</li>
9596
<li class="dropdown"><a href="https://jquery.org/">jQuery Foundation</a>

themes/jquery/menu-header.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ function menu_header_jquery_org() {
7979
'https://jquery.org/join/' => 'Join',
8080
'https://jquery.org/members/' => 'Members',
8181
'https://jquery.org/sponsors/' => 'Sponsors',
82+
'https://jquery.org/support/' => 'Support',
8283
'https://jquery.org/team/' => 'Team',
8384
'https://jquery.org/meeting/' => 'Meetings',
8485
'https://jquery.org/history/' => 'History',

0 commit comments

Comments
 (0)