ACC SHELL

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

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


$router = router::source();
$stitek = $router["nazev"];
if (isset($_GET['page'])) { $stranka = intval($_GET['page']); }
else { $stranka = 1; }

$arr = array(
	"limit"			=> 27,
	"page"			=> $stranka,
	"imageWidth"	=> 191,
	"imageHeight"	=> 100,
	"stitek"			=> trim($router["mr_url"]),
	"order"			=> "videa.caszalozeni",
	"sort"			=> "DESC",
	"pager"			=> TRUE
);
$stitek_output = videa::vypis($arr);

$nepartnerska = true;

$page = new page("štítek ".$stitek);

include "inc/head.inc";
include "inc/header.inc";
?>
<h1>Videa se štítkem <strong style="color: #000;"><?=($stitek == "Ladislav Šnevajs"? "<a style='color: #000' href='http://ladislav.snevajs.cz' target='_blank'>".$stitek."</a>":$stitek)?></strong></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">
				<?=$stitek_output["html"]?>
			</ul>
		<div class="clear"></div>
		<?=page::vypis_strankovani($stitek_output["pager"]);?>
	  </div>
	</div>
   <div class="clear"></div>

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

ACC SHELL 2018