Skip to content

Commit 4a77729

Browse files
committed
All: Remove Adzerk and set static donate image
1 parent 50e5447 commit 4a77729

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed

themes/jquery/content/donate.png

11.8 KB
Loading

themes/jquery/functions.jquery.php

-4
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ function jq_content_nav() {
143143
)) . '</div>';
144144
}
145145

146-
function jq_banner() {
147-
echo '<div id="broadcast"></div>';
148-
}
149-
150146
function jq_post_heirarchy() {
151147
global $post;
152148
$current = $post;

themes/jquery/header.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,11 @@
106106
<div id="logo-events" class="constrain clearfix">
107107
<h2 class="logo"><a href="<?php echo jq_logo_link(); ?>" title="<?php bloginfo( 'name' ); ?>"><?php bloginfo( 'name' ); ?></a></h2>
108108

109-
<aside><?php jq_banner(); ?></aside>
109+
<aside>
110+
<div id="broadcast">
111+
<a href="https://js.foundation/about/donate" title="Support the JS Foundation"><img src="jquery-wp-content/themes/jquery/content/donate.png" title="Support the JS Foundation" alt="Support the JS Foundation" border="0" width="400" height="100"></a>
112+
</div>
113+
</aside>
110114
</div>
111115

112116
<nav id="main" class="constrain clearfix">

themes/jquery/js/main.js

-9
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ $(function() {
4646
siteId = site.all;
4747
}
4848
}
49-
50-
window.ados = {
51-
run: [function() {
52-
ados_add_placement( 5449, siteId, "broadcast", 1314 );
53-
ados_load();
54-
}]
55-
};
56-
57-
$.getScript( "//engine.adzerk.net/ados.js" );
5849
})();
5950
});
6051

0 commit comments

Comments
 (0)