GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Hemingway is a template for Wordpress
Homepage: http://warpspire.com/hemingway
Clone URL: git://github.com/kneath/hemingway.git
kneath (author)
Mon Mar 24 00:26:55 -0700 2008
hemingway / dynamic_sidebar.php
100755 20 lines (17 sloc) 0.463 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php global $hemingway ?>
<hr class="hide" />
  <div id="ancillary">
    <div class="inside">
      <div class="block first">
        <?php $hemingway->get_block_output('block_1'); ?>
      </div>
      
      <div class="block">
        <?php $hemingway->get_block_output('block_2'); ?>
      </div>
      
      <div class="block">
        <?php $hemingway->get_block_output('block_3'); ?>
      </div>
      
      <div class="clear"></div>
    </div>
  </div>
  <!-- [END] #ancillary -->