Skip to content

Commit b069363

Browse files
jzaeffererajpiano
authored andcommitted
Add brand.jquery.org site
1 parent 669fefd commit b069363

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

sites.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,18 @@ function jquery_sites() {
191191
),
192192
),
193193
),
194+
'brand.jquery.org' => array(
195+
'blog_id' => 18,
196+
'cookie_domain' => '.jquery.org',
197+
'body_class' => 'jquery-project',
198+
'options' => array(
199+
'blogname' => 'jQuery Branding Guidelines',
200+
'stylesheet' => 'brand.jquery.org',
201+
'active_plugins' => array(
202+
'jquery-static-index.php',
203+
),
204+
),
205+
),
194206
);
195207

196208
uasort( $sites, function( $a, $b ) {

themes/brand.jquery.org/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*
2+
Theme Name: brand-jquery-org
3+
Template: jquery
4+
*/
5+
6+
h1 { color: red; }

themes/jquery/menu-header.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ function menu_header_jqueryui_com() {
5757
);
5858
}
5959

60+
function menu_header_brand_jquery_org() {
61+
return array(
62+
'http://brand.jquery.org/' => 'Home',
63+
'http://brand.jquery.org/trademark/' => 'Trademark'
64+
);
65+
}
6066

6167
/*
6268
* Avert your eyes.

0 commit comments

Comments
 (0)