Skip to content

Instantly share code, notes, and snippets.

@beinoriusju
Created April 16, 2018 18:17
Show Gist options
  • Save beinoriusju/de27ebb115d13fe6e77095a3e3296007 to your computer and use it in GitHub Desktop.
Save beinoriusju/de27ebb115d13fe6e77095a3e3296007 to your computer and use it in GitHub Desktop.
<?php
class ControllerExtensionModuleAgeRestriction extends Controller {
public function index($setting = null) {
$data = array();
return $this->load->view('extension/module/age_restriction', $data);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment