| Error level: | 2 |
| Error message: | include_once(pages/errors/stranka-nenalezena.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory |
| Source file: | /disk_1/www/cz/napojoveautomaty/www/app/classes/web.class.php |
| Line 104 | $file = $file[0]; |
| Line 105 | |
| Line 106 | if( file_exists( $subdir . $file . ".php" ) ) |
| Line 107 | include_once $subdir . $file . ".php"; |
| Line 108 | else |
| Line 109 | include_once ERROR_DIR . "stranka-nenalezena.php"; |
| Line 110 | |
| Line 111 | } |
| Line 112 | |
| Line 113 | public static function PrintMsg() { |
| Line 104 | $file = $file[0]; |
| Line 105 | |
| Line 106 | if( file_exists( $subdir . $file . ".php" ) ) |
| Line 107 | include_once $subdir . $file . ".php"; |
| Line 108 | else |
| Line 109 | include_once ERROR_DIR . "stranka-nenalezena.php"; |
| Line 110 | |
| Line 111 | } |
| Line 112 | |
| Line 113 | public static function PrintMsg() { |
| Line 50 | </div> |
| Line 51 | |
| Line 52 | <? Web::menu(); Categories::showIntro(); ?> |
| Line 53 | |
| Line 54 | <div id="content"> |
| Line 55 | <? if(Web::$file != "uvod") Web::pageIn(); ?> |
| Line 56 | </div> |
| Line 57 | |
| Line 58 | <? Web::footer(); ?> |
| Line 59 |