Subversion Repositories SmartDukaan

Rev

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

Rev 20401 Rev 20413
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
<?php echo $this->element('unlikemodal');?>
6
<?php echo $this->element('unlikemodal');?>
7
<script type="text/javascript">
7
<script type="text/javascript">
-
 
8
	store = <?php echo $store['Store']['id'];?>;
-
 
9
	url = '<?php echo $url;?>';
-
 
10
</script>
-
 
11
<?php echo $outputcategory;?>
-
 
12
<script type="text/javascript">
8
$(function(){
13
$(function(){
9
	var store = <?php echo $store['Store']['id'];?>;
-
 
10
	var url = '<?php echo $url;?>';
-
 
11
	if( store == 5) {
14
	if( store == 5) {
12
		url = 'http://mobilehotindia.com/r.html?'+Base64.encode(url);
15
		url = 'http://mobilehotindia.com/r.html?'+Base64.encode(url);
13
		//check if shopclues is active or not
16
		//check if shopclues is active or not
14
		active = getCookie('shopcluesActive',1);
17
		active = getCookie('shopcluesActive',1);
15
		if(active && active == 'true'){
18
		if(active && active == 'true'){