Вы не вошли.
JavaScript:
<script type="text/javascript">
var hyc = "hyc";
var hyshop = $.cookies.get(hyc);
if(hyshop == null){ hyshop = []; }
$(document).ready(function(){
if(hyshop.length >= 1)
{
$("#history").addClass("menu-block");
$("#history").html(hyshop);
var tmp = "";
$.each(hyshop, function(n){
var m = this.split("&");
tmp = tmp + '<a href="./?page=shop&id=' + m[0] + '"><img src="./image.php?i=' + m[1] + '&s=24" /></a>';
});
$("#history").html(tmp);
}
});
</script>
HTML:
<div id="history"></div>
Вне форума