|
@@ -54,13 +54,13 @@
|
|
|
<span class="pbp_site_name_subhed">Community Information Services</span></h1>
|
|
|
{% endif %}
|
|
|
{% if request.site == 3 %}
|
|
|
- <h1 class="pbp_site_name"><a href="http://weeklypacket.com"><img src="{{MEDIA_URL}}images/headers/2013/wp_flag_2013.gif" alt="Weekly Packet Logo" style="display:block; width:392px; height:91px; margin:0 auto; border-width:0px"></a></h1>
|
|
|
+ <h1 class="pbp_site_name"><a href="http://weeklypacket.com"><img src="{{STATIC_URL}}images/headers/2013/wp_flag_2013.gif" alt="Weekly Packet Logo" style="display:block; width:392px; height:91px; margin:0 auto; border-width:0px"></a></h1>
|
|
|
{% endif %}
|
|
|
{% if request.site == 4 %}
|
|
|
- <h1 class="pbp_site_name"><a href="http://islandadvantages.com"><img src="{{MEDIA_URL}}images/headers/2013/ia_flag_2013.gif" alt="Island Ad-Vantages Logo" style="display:block; width:392px; height:91px; margin:0 auto; border-width:0px"></a></h1>
|
|
|
+ <h1 class="pbp_site_name"><a href="http://islandadvantages.com"><img src="{{STATIC_URL}}images/headers/2013/ia_flag_2013.gif" alt="Island Ad-Vantages Logo" style="display:block; width:392px; height:91px; margin:0 auto; border-width:0px"></a></h1>
|
|
|
{% endif %}
|
|
|
{% if request.site == 5 %}
|
|
|
- <h1 class="pbp_site_name"><a href="http://castinepatriot.com"><img src="{{MEDIA_URL}}images/headers/2013/cp_flag_2013.gif" alt="Castine Patriot Logo" style="display:block; width:392px; height:91px; margin:0 auto; border-width:0px"></a></h1>
|
|
|
+ <h1 class="pbp_site_name"><a href="http://castinepatriot.com"><img src="{{STATIC_URL}}images/headers/2013/cp_flag_2013.gif" alt="Castine Patriot Logo" style="display:block; width:392px; height:91px; margin:0 auto; border-width:0px"></a></h1>
|
|
|
{% endif %}
|
|
|
</div>
|
|
|
<div class="top_middle_teaser">
|