1 <?php
defined('SYSPATH') OR die('No direct access allowed.'); ?
>
3 <div align
="center" style
="padding-top:10px;">
4 <?php
echo html
::image('application/views/icons/icon.png',''); ?
><br
/><br
/>
6 <?php
echo _('404 Not Found'); ?
><br
/><br
/>
8 <?php
echo _('Ooops, the page you requested - '.Router
::$current_uri.' - could not be found.'); ?
><br
/>
9 <?php
echo _('Please contact your administrator.'); ?
>