Как такой код адаптировать для джумла: Код (html): <? $i=$_GET['i']; if ($i==2) { setcookie("phprecipes[uid]", "555-555-555", time( )+3600); setcookie("phprecipes[preference]", "english", timeO+3600); if (isset($phprecipes)) : while (list ($name, $value) = each ($phprecipes)) : endwhile; endif; echo "555-555-555<br>\n"; } else { echo ""; } ?> <? if (isset($phprecipes)) : echo "555-555-555<br>\n"; endif; ?>