Subversion Repositories SmartDukaan

Rev

Rev 14455 | Rev 15926 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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