Skip to content

Instantly share code, notes, and snippets.

@NazarenoL
Created September 29, 2015 07:04
Show Gist options
  • Save NazarenoL/82dedb1ef94d800c1dc6 to your computer and use it in GitHub Desktop.
Save NazarenoL/82dedb1ef94d800c1dc6 to your computer and use it in GitHub Desktop.
if (!$data) {
redirect(base_url());
} else if ($data) {
$this->load->view('frontend/popup/embed', $data);
} else {
redirect(base_url());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment