Subversion Repositories SmartDukaan

Rev

Rev 15085 | Go to most recent revision | Details | 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(){
8
	document.location.href = '<?php echo $url;?>';
9
});
10
</script>