--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/bgw/includes/banners.php Fri Mar 12 13:29:04 2010 +0000
@@ -0,0 +1,6 @@
+<div class="advert">
+ <a href="<?php $link1 = get_option('swt_link1'); echo $link1; ?>"><img src="<?php $banner1 = get_option('swt_banner1'); echo $banner1; ?>" class="add" alt="advertisement" /></a>
+ <a href="<?php $link2 = get_option('swt_link2'); echo $link2; ?>"><img src="<?php $banner2 = get_option('swt_banner2'); echo $banner2; ?>" class="add" alt="advertisement" /></a>
+ <a href="<?php $link3 = get_option('swt_link3'); echo $link3; ?>"><img src="<?php $banner3 = get_option('swt_banner3'); echo $banner3; ?>" class="add" alt="advertisement" /></a>
+ <a href="<?php $link4 = get_option('swt_link4'); echo $link4; ?>"><img src="<?php $banner4 = get_option('swt_banner4'); echo $banner4; ?>" class="add" alt="advertisement" /></a>
+</div>
\ No newline at end of file