changeset 1 | 0d28b7c10758 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/themes/bgw/includes/aboutus.php Fri Mar 12 13:29:04 2010 +0000 @@ -0,0 +1,3 @@ +<h3 class="aboutus">About us</h3> +<?php $aboutimage = get_option('swt_about_image'); echo "<img src='$aboutimage' class='aboutimage' alt='About Us' />"; ?> +<?php $about = get_option('swt_aboutus'); echo $about; ?>