Last active
June 14, 2018 06:39
-
-
Save Padilo300/e1bef07a68c3fd8116644c5fffcd8b48 to your computer and use it in GitHub Desktop.
PHP OpenCart проверка роута
This file contains hidden or 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 | |
if (!isset($_GET['_route_']) || (isset($_GET['_route_']) && $_GET['_route_'] == 'common/home')){?> | |
<div id="page-preloader"> | |
<div class="spinner"></div> | |
</div> | |
<?php } else {?> | |
<?php }?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment