merhaba ;
smarty 'de şöyle bir problemim var smarty yi şu şekil kullanıyorum
<!--Header  Start -->
{include file='header.tpl'}
<!-- Header End -->   
<!--Left  Start -->
{include file='left.tpl'}
<!-- Left End -->    
		  </td>
        <td width="708" valign="top">
<!--News Modul Start -->
{include file='news-modul.tpl'}
<!--News Modul End -->
<!--İndex Start -->        
{include file='index-bottom.tpl'}
<!--İndex End -->		
<!--Footer Start -->
{include file='footer.tpl'}
<!--Footer End -->
şöyleki left.tpl de son haberler listeleniyor php de kullanırkende
$this->template->display("index.tpl");
olarak kullanıyorumki tek bir görünüm için 5 6 tane display metotunu çalıştırmıyayım diye smarty include fonksiyonunu kullanıyorum ben bunu news_details.tpl olarak başka bir sayfada kullandıgım zaman left.tpl deki döngülerin hiç biri çalışmıyor bunu nasıl çözebilirim ?