Changeset 126
- Timestamp:
- 04/24/07 05:28:30
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/views/FreakAuth_light/template/content.php
r109 r126 28 28 <!--END INSTALLER--> 29 29 <!--START INCLUDED CONTENT--> 30 <?= isset($fal) ? $fal : null;?> 30 31 <?php isset($page) ? $this->load->view($page) : null;?> 31 32 <!--END INCLUDED CONTENT-->
