From 881574836d0822fdeebfbc97b72ad26b02f54926 Mon Sep 17 00:00:00 2001 From: Ralph Whitbeck Date: Wed, 24 Jul 2013 17:31:00 -0700 Subject: [PATCH] Removed appendTo Training Ad --- themes/jquery/functions.jquery.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/themes/jquery/functions.jquery.php b/themes/jquery/functions.jquery.php index 17e27592..7c90868d 100644 --- a/themes/jquery/functions.jquery.php +++ b/themes/jquery/functions.jquery.php @@ -145,15 +145,10 @@ function jq_content_nav() { function jq_banner() { $banners = array( - array( - 'image' => 'appendto-vir-training', - 'url' => 'http://appendto.com/training/jquery-virtual-training-july-2013/', - 'site-specific' => true - ), array( 'image' => 'jqconaustin', 'url' => 'http://events.jquery.org/2013/austin/' - ), + ) ); if ( empty( $banners ) ) {