    {title}!



  /engine/modules/show.full.php

              $tpl->set( '{title}', $metatags['title'] );

 DLE 10.1   $tpl->set( '{title}', $row['title'] );



 

		$nameT = str_replace('\'', '', $row['title']);
		$torInfo = <<<JS
<div id="torrent_info"></div>
<div id="torrent_loading" align="center"><img src="https://yourtorrent.ru/images/loading.gif"><br><b>  ,  !</b></div>
<script type="text/javascript">
$(function(){
	$('#torrent_loading').show();
    $.post('https://yourtorrent.ru/torrents.php', { title: '{$nameT}' }, function(data){
		$('#torrent_loading').hide();
        $('#torrent_info').fadeIn(500).html(data);
    });
    return false;
});
</script>
JS;

		$tpl->set( '{torrents}', $torInfo );

         {torrents}




----------------------------------------------------------------------------------

     !



  /engine/modules/show.full.php

              $tpl->set( '{title}', $metatags['title'] );

 DLE 10.1   $tpl->set( '{title}', $row['title'] );



 

		$xfieldsdata = xfieldsdataload( $row['xfields'] );
		$torInfo = <<<JS
<div id="torrent_info"></div>
<div id="torrent_loading" align="center"><img src="https://yourtorrent.ru/images/loading.gif"><br><b>  ,  !</b></div>
<script type="text/javascript">
$(function(){
	$('#torrent_loading').show();
    $.post('https://yourtorrent.ru/torrents.php', { title: '{$xfieldsdata['  ']}' }, function(data){
		$('#torrent_loading').hide();
        $('#torrent_info').fadeIn(500).html(data);
    });
    return false;
});
</script>
JS;

		$tpl->set( '{torrents}', $torInfo );

         {torrents}

-----------------------------------------------------------------------------------

