Pradinis
Pagalba
Užsisakyk!
- Reklamą
- Hostingą
- El. pašto dėžutę
Užsisakyk!
Įrankiai
Pasidalink
- Visos temos
Atsidarome theme.php Jį galite rasti savo temos kataloge. Ten susirandame: function render_news($subject, $news, $info) { echo " ".parseubb(parsesmileys(" "))." ".parseubb(parsesmileys("$news"))." | Straipsnio informacijaAutoriusfLap Parašymo data 2010 sausio 28 13:01:10 Komentarų 6 Skaityta 1695 Spausdinti |
".parseubb(parsesmileys($news))."
<html>
<body>
Here's a table with the results: <br>
<table cellpadding=1 cellspacing=0 border=0 width=100%>
{section name=nr loop=$results}
<tr><td align="center"><br><b>TFIELDS</b> <br> </td></tr>
{sectionelse}
<tr><td align="center"><br><b>no product </b> <br> </td></tr>
{/section}
</table>
<br>
Here's a select with the results: <br>
<select name="mys">
{section name=nr loop=$results}
<option value="{$results[nr].prodID}">{$results[nr].info}</option>
{/section}
</select>
</body>
</html>