Subversion Repositories SmartDukaan

Rev

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

Rev 11012 Rev 11105
Line 29... Line 29...
29
			$cachemodule = array('header','footer');
29
			$cachemodule = array('header','footer');
30
			$rechargeconfig = getCache($rechargeconfig,$cachemodule);
30
			$rechargeconfig = getCache($rechargeconfig,$cachemodule);
31
			$data = array();
31
			$data = array();
32
			$this->lessphp->object()->ccompile('assets/css/recharge.less','assets/css/recharge.css');
32
			$this->lessphp->object()->ccompile('assets/css/recharge.less','assets/css/recharge.css');
33
			$data['stylesheet'] = 'recharge.css';
33
			$data['stylesheet'] = 'recharge.css';
34
			$data['title'] = 'DISH TV online recharge | saholic.com';
34
			$data['title'] = 'Mobile and DTH online recharge | saholic.com';
35
			$data['metaKeywords'] = 'mobile, recharge';
35
			$data['metaKeywords'] = 'mobile, recharge';
36
			$data['metaDescription'] = 'Description" content="Recharge your Mobile and DTH online for all cities using Credit/Debit card & net banking. Fast, Secure and Hassle Free Recharge';
36
			$data['metaDescription'] = 'Description" content="Recharge your Mobile and DTH online for all cities using Credit/Debit card & net banking. Fast, Secure and Hassle Free Recharge';
37
			$cache = getFileCache('rechargeOperators');
37
			$cache = getFileCache('rechargeOperators');
38
			if(isset($cache) && !empty($cache)){
38
			if(isset($cache) && !empty($cache)){
39
				$data['response'] = $cache;
39
				$data['response'] = $cache;