Created
April 16, 2018 18:17
-
-
Save beinoriusju/de27ebb115d13fe6e77095a3e3296007 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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