ACC SHELL
<?php
require_once "include/config.php";
$arr = array(
"limit" => 15,
"imageWidth" => 191,
"imageHeight" => 100,
"order" => "videa.caszalozeni",
"sort" => "DESC",
"pager" => FALSE
);
$kategorie_output = videa::vypis($arr);
$page = new page("404 Page Not Found");
include "inc/head.inc";
include "inc/header.inc";
include "inc/right.inc";
?>
<div id="left">
<h2 style="font-size: 150px; color:#05a8d3; display:block; text-align: center;">404</strong>
<h1 style="font-size: 40px; text-align: center; line-height: 1em; margin-bottom: 150px; color: #777;">Stránka nenalezena</h1>
<h2 style=>Nejnovější videa</h2>
<div class="videoList">
<ul id="otherVideos">
<?=$kategorie_output["html"]?>
</ul>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
<?php
include "inc/bottom.inc";
include "inc/footer.inc";
ACC SHELL 2018