Changeset 9
- Timestamp:
- 04/08/07 12:02:13
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/views/FreakAuth_light/template_admin/content.php
r2 r9 2 2 <!-- START CONTENT --> 3 3 <div id="content"> 4 <? 4 <?php 5 5 $flash=$this->db_session->flashdata('flashMessage'); 6 6 if (isset($flash) AND $flash!='') FreakAuth/trunk/www/system/application/views/FreakAuth_light/template_admin/users/list.php
r2 r9 3 3 <p> </p> 4 4 <?=$pagination_links;?> 5 <? 5 <?php 6 6 //if no records in DB don't display the result table 7 7 if (isset($user))
