Exemplo n.º 1
0
}
?>

    <div class="container group">
      <div class="container-inner">
        <?php 
$_header_img_src = hu_get_img_src('header-image');
?>
        <?php 
if (!$_header_img_src || empty($_header_img_src)) {
    //@fromfull to keep
    ?>

          <div class="group pad">
            <?php 
    echo hu_site_title();
    ?>
            <?php 
    if (hu_is_checked('site-description')) {
        ?>
<p class="site-description"><?php 
        bloginfo('description');
        ?>
</p><?php 
    }
    ?>

            <?php 
    if (hu_is_checked('header-ads')) {
        ?>
              <div id="header-widgets">
Exemplo n.º 2
0
 function alx_site_title()
 {
     return hu_site_title();
 }