Esempio n. 1
0
            <div class="row">
                <?php 
if ($page['sidebar_first']) {
    ?>
                <div class="sidebar span3" role="complementary">
                    <?php 
    print render($page['sidebar_first']);
    ?>
                </div> <!-- /.sidebar -->
                <?php 
}
?>

                <section class="<?php 
print _bootstrap_content_span($columns);
?>
">

                    <a id="main-content"></a>
                    <?php 
print render($title_prefix);
?>
                    <?php 
if ($title) {
    ?>
                    <h1 class="page-header"><?php 
    print $title;
    ?>
</h1>
                    <?php 
Esempio n. 2
0
  <div class="row-fluid">

    <?php 
//if (!empty($page['sidebar_first'])):
?>
        <?php 
//print render($page['sidebar_first']);
?>
    <?php 
//endif;
?>
  

    <section class="<?php 
print _bootstrap_content_span();
?>
">  
      <?php 
if (!empty($page['highlighted'])) {
    ?>
        <div class="highlighted hero-unit"><?php 
    print render($page['highlighted']);
    ?>
</div>
      <?php 
}
?>
        <div class="<?php 
echo empty($page_content_class) ? '' : $page_content_class;
?>