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>