ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/footer.inc
Revision: 1.7
Committed: Wed Mar 8 15:35:14 2006 UTC (18 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.6: +3 -1 lines
Log Message:
Separate div for adverts so they can be removed from small screen and
print layouts.

File Contents

# User Rev Content
1 tdb 1.7 <div id="advert">
2 tdb 1.5 <script type="text/javascript">
3     <!--
4     google_ad_client = "pub-4199687771151670";
5 tdb 1.6 google_ad_width = 468;
6     google_ad_height = 60;
7     google_ad_format = "468x60_as";
8 tdb 1.5 google_ad_type = "text_image";
9     google_ad_channel ="";
10     google_color_border = "000066";
11     google_color_bg = "EEEEFF";
12     google_color_link = "0000FF";
13     google_color_url = "008000";
14     google_color_text = "000000";
15     //-->
16     </script>
17     <script type="text/javascript"
18     src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
19     </script>
20 tdb 1.7 </div>
21     <div id="footer">
22 tdb 1.2 <p>
23 tdb 1.3 &copy; 2000-2006 i-scream &#187;
24 tdb 1.2 <a href="http://www.i-scream.org/">http://www.i-scream.org/</a> &#171;
25 tdb 1.4 support@i-scream.org
26 tdb 1.2 </p>
27     </div>