| 1: | <?php |
| 2: | namespace Sphp\tools{ |
| 3: | /** |
| 4: | * Description of AngularApp |
| 5: | * |
| 6: | * @author Sartaj Singh |
| 7: | */ |
| 8: | include_once(\SphpBase::sphp_settings()->lib_path . "/lib/DIR.php"); |
| 9: | include_once(\SphpBase::sphp_settings()->lib_path . "/lib/HtmlMinifier.php"); |
| 10: | class MobileHomeGate extends ComboGate{ |
| 11: | public function render(){} |
| 12: | } |
| 13: | class MobilePageGate extends MobileHomeGate{ |
| 14: | public function page_event_loadpagefull($evtp){} |
| 15: | public function page_event_loadpage($evtp){} |
| 16: | public function render(){} |
| 17: | } |
| 18: | } |
| 19: |