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

system/themes/wazi/home.php

00001 <?php namespace Habari; ?>
00002 <?php $theme->display('header'); ?>
00003 
00004     <?php echo $theme->area('top_content'); ?>
00005 
00006     <div id="posts" itemprop="blogPosts">
00007       <?php echo $theme->content($posts); ?>
00008     </div>
00009 
00010     <?php echo $theme->area('sidebar'); ?>
00011 
00012 <?php $theme->display('footer'); ?>

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