• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • Examples
  • File List

system/themes/charcoal/sidebar.blockwrapper.php

00001 <?php namespace Habari; ?>
00002 <?php if ( !defined( 'HABARI_PATH' ) ) { die( 'No direct access' ); } ?>
00003 <div class="block<?php if( $block->_first ): ?> first<?php endif; if( $block->_last ):?> last<?php endif; echo ' index_' . $block->_area_index; ?>">
00004 <?php if ( $block->_show_title ) :?>
00005   <h2><?php echo $block->title; ?></h2>
00006 <?php endif; ?>
00007 <?php echo $content; ?>
00008 </div>

Generated on Sun Aug 4 2013 12:51:44 for Habari by  doxygen 1.7.1