Skip to content

Commit cd29f13

Browse files
committed
Fixed ads background color by making them transparent.
1 parent 5c10d1d commit cd29f13

6 files changed

+5
-5
lines changed

themes/jquery/functions.jquery.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ function jq_content_nav() {
145145

146146
function jq_banner() {
147147
$banners = array(
148-
// array(
149-
// 'image' => 'appendto-vir-training',
150-
// 'url' => 'http://appendto.com/training/jquery-virtual-training-july-2013/',
151-
// 'site-specific' => true
152-
// ),
148+
sarray(
149+
'image' => 'appendto-vir-training',
150+
'url' => 'http://appendto.com/training/jquery-virtual-training-july-2013/',
151+
'site-specific' => true
152+
),
153153
array(
154154
'image' => 'jqconaustin',
155155
'url' => 'http://events.jquery.org/2013/austin/'
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)