
fragment. plik php
{ $smarty->assign("news_id" ,$news['id']); $smarty->assign("news_title" ,$news['title']); $smarty->assign('news_value1',$news['value_1']); $smarty->assign('news_img',$news['img']); }
tpl
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="clansphere.css" rel="stylesheet" type="text/css" /> <link rel="alternate" type="application/rss+xml" href="../../uploads/rss/news.xml" /> </head> <body> <div style="float: left; padding-left: 10px;width: 553px;"> <img src="templates/images/22.jpg"> <table cellspacing="0" cellpadding="0" style="text-align: left;"> {section name=news loop=5} {/section} </table> </div>