00001 <?php namespace Habari; ?> 00002 <?php if ( !defined( 'HABARI_PATH' ) ) { die('No direct access'); } ?> 00003 <table id="dash_status"> 00004 <?php foreach ( $status_data as $label => $value ): ?> 00005 <tr class="status_item"><th scope="row" class="label"><?php echo $label; ?></th><td><?php echo $value; ?></td></tr> 00006 <?php endforeach; ?> 00007 </table>