Subversion Repositories SmartDukaan

Rev

Rev 14455 | Rev 15926 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14455 Rev 15085
Line 3... Line 3...
3
		You are being redirected to <a href="<?php echo $url;?>"><?php echo $store['Store']['name'];?></a>
3
		You are being redirected to <a href="<?php echo $url;?>"><?php echo $store['Store']['name'];?></a>
4
	</div>
4
	</div>
5
</div>
5
</div>
6
<script type="text/javascript">
6
<script type="text/javascript">
7
$(function(){
7
$(function(){
8
	document.location.href = '<?php echo $url;?>';
8
	document.location = '<?php echo $url;?>';
9
});
9
});
10
</script>
10
</script>
11
11