Beispiel #1
0
include_javascripts();
?>
  </head>

<body class="home">
<?php 
use_helper('Navigation');
?>

<!-- Begin Header -->
<div id="header" class="clearfix">
  <div class="container_12">
    
    <!-- Begin Navigation -->
    <?php 
include_navigation(array('id' => 'nav-main'));
?>
    <?php 
include_partial('site/secondary_nav', array());
?>
    <!-- End Navigation -->
    
    <h1 class="grid_6"><?php 
echo link_to('sympLIST', '@homepage');
?>
</h1>
    
    <p id="intro" class="grid_6">sympLIST is the place for finding high quality Symfony plugins
    and developers for your web apps. <a href="<?php 
echo url_for('@about');
?>
Beispiel #2
0
        include_slot('sidebar');
        ?>
      <?php 
    } else {
        ?>
        <?php 
        include_component('site', 'sidebarDefault');
        ?>
      <?php 
    }
    ?>
    
    </div>
    <!-- End Sidebar -->
  <?php 
}
?>
</div>

<div id="footer" class="container_12">
  <?php 
include_navigation(array('menu' => 'Footer', 'id' => 'nav-secondary', 'class' => 'grid_6 alpha'));
?>
  <div class="copyright grid_6 omega">
    <p>&copy;2010 Brent Shaffer. Design by <a href="#">The Black Elephant</a></p>
  </div>
</div>

</body>
</html>