arkadaşlar lugesoft kat.php dosyası bu bunun üzerinde gösterebilecek
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{$video.adi} - {$site_adi}</title>
<meta content="{$video.keywords}" name="Keywords" />
<meta content="{$video.description}" name="DESCRIPTION" />
<link rel="alternate" type="application/rss+xml" title="{$site_title}" href="/rss.php" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254" />
<meta name="copyright" content="hdfilmtr.Com" />
<link href="/images/yasemin/stylesheet.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="container">
{include file="$tmp_name/header.php"}
<div id="body">
{include file="$tmp_name/sol.php"}
<div id="body-center">
<div id="featur-product-box">
<div class="dataform-box-top"> <span class="white-text">{$video.adi} kategorisi</span></div>
{if !$video.video}<p align="center"><strong>Bu kategoride video bulunamadı.</strong></p>{/if}
{section name=nr loop=$video.video}
<div class="product-box">
<div class="product-image"> <a href="/{$video.video[nr].adi_s}.html" class="red-link" title="{$video.video[nr].adi}"><img src="{$video.video[nr].resim}" alt="{$video.video[nr].adi}" style="border-width: 0px; height: 100px; width: 110px;" /></a> </div>
<div class="product-disc"> <a href="/{$video.video[nr].adi_s}.html" class="red-link" title="{$video.video[nr].adi}">{$video.video[nr].adi}</a> <br />
İzlenme: <strong>{$video.video[nr].hit}</strong><br />
Süre: <strong>{$video.video[nr].sure}</strong><br />
Puan: <strong>{$video.video[nr].puan}</strong><br />
{if $video.video[nr].etiketler}Etiketler: {section name=nt loop=$video.video[nr].etiketler}<a class="tag-link" href="/etiket/{$video.video[nr].etiketler[nt]|urlencode}.html">{$video.video[nr].etiketler[nt]} </a>{/section}{/if}</div>
</div>
{/section}
</div>
{if $video.sayfalar}<div style="float:left;clear:both;"><b>Sayfalar : </b>
{section name=nr loop=$video.sayfalar}
{if $video.sayfalar[nr]==$video.sayfa}<b> {$video.sayfalar[nr]} </b>
{else}
{if $kategori.tur=="alt"} <a href="/kategori/{$kategori.kat}/{$kategori.id}-{$video.sayfalar[nr]}.html">{$video.sayfalar[nr]}</a> {/if}
{if $kategori.tur=="kat"} <a href="/kategori/{$kategori.id}-{$video.sayfalar[nr]}.html">{$video.sayfalar[nr]}</a> {/if}
{/if}
{/section}<br /> </div>
{/if}
</div>
{include file="$tmp_name/sag.php"}
</div>
{include file="$tmp_name/footer.php"}
</div>
</body>
</html>