Esempio n. 1
0
<body <?php 
body_class();
?>
>
<div id="container">

	<header class="header" role="banner">

		<div id="topbar">
			<div id="inner-topbar" class="wrap clearfix">
				<div id="contact" class="first sevencol"><?php 
echo do_shortcode("[smartblock id=11]");
?>
</div>
				<div id="social" class="fivecol"><div class="icons clearfix"><?php 
echo display_social_stickers();
?>
</div></div>
			</div>
		</div>

		<div id="inner-header" class="clearfix">
			<div id="logo">
				<div class="wrap">
					<a href="<?php 
echo $home_url;
?>
" title="<?php 
echo $blog_name;
?>
" rel="home"><?php 
 function widget($args, $instance)
 {
     extract($args);
     $title = apply_filters('widget_title', $instance['title']);
     echo $before_widget;
     if ($title) {
         echo $before_title . $title . $after_title;
     }
     // The widget code and the widgeet output
     display_social_stickers();
     // End of widget output
     echo $after_widget;
 }