<? get_header(); ?>
	<section class="slider top40 hidden-phone">
		<div class="container">
			<div class="row">
				<div class="span12 text-center">
					<div class="slider-wrapper hide-large visible-desktop">
						<? the_uds_billboard("homepage"); ?>
					</div><!-- /slider wrapper -->
                    <div class="hide-default visible-desktop">
                    	<? the_uds_billboard("homepage-wide"); ?>
                    </div><!-- /slider wrapper -->	
				</div><!-- span 12 -->
			</div><!-- row -->
		</div>	
	</section><!-- slider -->
	<section class="phone-number">
		<div class="container">
			<div class="text-center pad20">
				<h1><strong>Call Us Today:</strong> 1-888-205-7663</h1>
			</div><!-- text-center -->
			<div class="hidden-desktop hidden-tablet">
				<address>
					<strong>Coverall Construction</strong><br>
					57280 gratiot ave<br>
					New Haven, MI 48048<br>
					<abbr title="Local">L:</abbr> (313)701-9026<br>
					<abbr title="Email">E:</abbr> <a href="mailto:coverallconstruction30@yahoo.com">coverallconstruction30@yahoo.com</a>
				</address>
			</div><!-- text center -->
		</div><!-- phone number container -->	
	</section><!-- phone number -->	
Example #2
0
global $options;
//echo 'OPTIONS:'; print_r($options); echo '<br/>';
foreach ($options as $value) {
    if (get_option( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; }
    else { $$value['id'] = get_option( $value['id'] ); }
}
*/
global $lh_mir, $cat, $lh_news_events, $lhimg;
?>

	<div class="home">
		<div id="contentwide" >
           <div id="shadow">
			<div id="head-smc">
				           <?php 
the_uds_billboard('lh-home-slide-1');
?>

			</div>
           </div>
	   <div class="home-desc">
		<h2>New Home Builders in Oregon</h2>
		<p>Legend Homes is committed to providing the best home value and the best home buying experience you can imagine in the Portland area and across Northwest Oregon. Better plans, more standard features, a strong focus on energy efficiency and conservation as well as state-of-the-art home building practices are just part of what make Legend's new-construction homes some of best in all of Oregon.</p> 
		<p>Our mission as new home builders is to be the leader in quality, value and community through integrity, innovation and pride. Legend provides you as the homebuyer the personalized service and attention to detail that you deserve with a selection of beautifully-crafted new home plans built to last through generations and our own <a href="/customer-care/warranty-requests/" title="Owning a quality-built Legend home includes a much longer warranty than most new homes! Find out more...">3-5-10 new home warranty</a> that's one of the homebuilding industry's best.</p>
        <p><strong>Peace of Mind. We build it into every Legend Home.</strong></p>
	   </div>
			<div id="mirs-smc">
			<h2>Move-In Ready Homes</h2>
		<div id="mirslide">
				<ul id="mirslider" class="jcarousel-skin-tango">
					<?php 
Example #3
0
<div id="feature">
	<div id="slide">
		<?php 
if (function_exists('the_uds_billboard')) {
    the_uds_billboard();
} else {
    ?>
		<img src="<?php 
    bloginfo('template_directory');
    ?>
/imgs/sample/slide_940x400.jpg" alt="" />
		<?php 
}
?>
	</div>
	<div id="motto">
		<p>“对于我来讲,<em>摄影</em>是一种对于艺术的洞察力,是关于如何在一个平常的地方感受美丽或者有趣的事物。</p>
		<p>我发现摄影本身并非是去拍摄你所看到的东西,而是去锻炼你如何看待事物本质的一种历练”</p>
	</div>
</div>
Example #4
0
 function widget($args, $instance)
 {
     extract($instance);
     the_uds_billboard($ubb_name);
 }
	<script type="text/javascript">
	//<![CDATA[
	var ajaxurl = '<?php 
echo admin_url();
?>
admin-ajax.php',
		pagenow = 'ubillboard_page_uds_billboard_edit',
		typenow = '',
		adminpage = 'ubillboard_page_uds_billboard_edit',
		thousandsSeparator = ',',
		decimalPoint = '.',
		isRtl = 0; 
	//]]>
	</script>
	<?php 
wp_head();
?>
</head>
<body>
	<div id="preview-wrapper">
		<?php 
the_uds_billboard('_uds_temp_billboard');
?>
	</div>
	<?php 
wp_footer();
?>
</body>
</html>
<?php 
exit;