Subversion Repositories SmartDukaan

Rev

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

Rev 10693 Rev 11012
Line 117... Line 117...
117
 
117
 
118
		}
118
		}
119
		else
119
		else
120
		{
120
		{
121
			$this->lessphp->object()->ccompile('assets/css/auth.less','assets/css/auth.css');
121
			$this->lessphp->object()->ccompile('assets/css/auth.less','assets/css/auth.css');
-
 
122
			$data['title'] = 'Saholic';
122
			$data['stylesheet'] = 'auth.css';
123
			$data['stylesheet'] = 'auth.css';
123
			$this->layout->view(strtolower(__CLASS__).'/oauth_view',$data);
124
			$this->layout->view(strtolower(__CLASS__).'/oauth_view',$data);
124
		}
125
		}
125
	}
126
	}
126
	function signup()
127
	function signup()
Line 189... Line 190...
189
			redirect(base_url().$data['response']['response']['signup']['redirect']);
190
			redirect(base_url().$data['response']['response']['signup']['redirect']);
190
		}
191
		}
191
		else
192
		else
192
		{
193
		{
193
			$this->lessphp->object()->ccompile('assets/css/auth.less','assets/css/auth.css');
194
			$this->lessphp->object()->ccompile('assets/css/auth.less','assets/css/auth.css');
-
 
195
			$data['title'] = 'Saholic';
194
			$data['stylesheet'] = 'auth.css';
196
			$data['stylesheet'] = 'auth.css';
195
			$this->layout->view(strtolower(__CLASS__).'/oauth_view',$data);
197
			$this->layout->view(strtolower(__CLASS__).'/oauth_view',$data);
196
		}
198
		}
197
	}
199
	}
198
	function logout()
200
	function logout()