Rev 15085 | Go to most recent revision | Details | Last modification | View Log | RSS feed
<div class="container">
<div class="well text-center">
You are being redirected to <a href="<?php echo $url;?>"><?php echo $store['Store']['name'];?></a>
</div>
<script type="text/javascript">
$(function(){
document.location.href = '<?php echo $url;?>';
});
</script>