ACC SHELL

Path : /www/hosting/oltv.cz/_/
File Upload :
Current File : /www/hosting/oltv.cz/_/nejsledovanejsi.php

<?php
require_once "include/config.php";

if (isset($_GET['page'])) { $stranka = intval($_GET['page']); }
else { $stranka = 1; }

$arr = array(
	"limit"			=> 27,
	"page"			=> $stranka,
	"imageWidth"	=> 191,
	"imageHeight"	=> 100,
	"order"			=> "videa.pocet_shlednuti",
	"sort"			=> "DESC",
	"aktualni_mesic" => TRUE,
	"pager"			=> TRUE
);
$kategorie_output = videa::vypis($arr);


$page = new page("Nejsledovanější videa v tomto měsíci");

include "inc/head.inc";
include "inc/header.inc";
?>
<h1>Nejsledovanější videa v tomto měsíci</h1>
<?php
//<div id="razeni">seřadit podle: <a href="zpravy.html?od=0&amp;sort=A&amp;typ=1" class="active"><img src="/pics/arrow_down.png" /> data</a>
//	<span>/</span>
//	<a href="zpravy.html?od=0&amp;sort=B&amp;typ=2">zhlednutí</a>
//</div>
?>
<?php
include "inc/right.inc";
?>
	<div id="left">
		<div class="videoList">
			<ul id="otherVideos">
				<?=$kategorie_output["html"]?>
			</ul>
		<div class="clear"></div>
		<?=page::vypis_strankovani($kategorie_output["pager"]);?>
	  </div>
	</div>
   <div class="clear"></div>

<?php
include "inc/bottom.inc";
include "inc/footer.inc";

ACC SHELL 2018