Subversion Repositories SmartDukaan

Rev

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

Rev 11049 Rev 11052
Line 57... Line 57...
57
			}
57
			}
58
			if(isset($module['footer']) and !empty($module['footer']))
58
			if(isset($module['footer']) and !empty($module['footer']))
59
			{
59
			{
60
				foreach($module['footer'] as $footer)
60
				foreach($module['footer'] as $footer)
61
				{
61
				{
62
					$cache = getFileCache($header);
62
					$cache = getFileCache($footer);
63
					if(isset($cache) && !empty($cache)){
63
					if(isset($cache) && !empty($cache)){
64
						$foot['footer'][$footer] = $cache;
64
						$foot['footer'][$footer] = $cache;
65
						//echo '<br/>';
-
 
66
					}else{
65
					}else{
67
						$this->curlURL($footer,'get');	
66
						$this->curlURL($footer,'get');	
68
					}
67
					}
69
				}
68
				}
70
			}
69
			}
Line 81... Line 80...
81
						$this->curlURL($response,'get',$post);
80
						$this->curlURL($response,'get',$post);
82
 
81
 
83
					}
82
					}
84
					else
83
					else
85
					{
84
					{
86
						//echo "inside if";
-
 
87
						$this->curlURL($response,'get',$get,$itemcode);
85
						$this->curlURL($response,'get',$get,$itemcode);
88
					}
86
					}
89
				}
87
				}
90
			}
88
			}
91
		}
89
		}