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

system/admin/import.php

00001 <?php namespace Habari; ?>
00002 <?php if ( !defined( 'HABARI_PATH' ) ) { die('No direct access'); } ?>
00003 <?php include('header.php'); ?>
00004 
00005 <div class="container">
00006   <?php if ( isset( $theme->conflicting_plugins ) ) { ?>
00007     <h2><?php _e( 'Conflicting Plugins' ); ?></h2>
00008     <p class="error"><?php echo $theme->conflicting_plugins; ?></p>
00009   <?php } ?>
00010   
00011   <h2><?php echo _t('Import'); ?></h2>
00012   <?php echo $output; ?>
00013   
00014 </div>
00015   
00016 <?php include('footer.php'); ?>

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