footer-new.php
3 years ago
footer.php
3 years ago
functions.php
3 years ago
header-new.php
3 years ago
header.php
3 years ago
modal.php
10 years ago
sidebar.php
3 years ago
header.php
17 lines
| 1 | <?php |
| 2 | |
| 3 | $isAdsEnabled = SGConfig::get('SG_DISABLE_ADS'); |
| 4 | $closeFreeBanner = SGConfig::get('SG_CLOSE_FREE_BANNER'); |
| 5 | $pluginCapabilities = backupGuardGetCapabilities(); |
| 6 | |
| 7 | if (!$isAdsEnabled && !$closeFreeBanner) { |
| 8 | include_once(SG_NOTICE_TEMPLATES_PATH . 'banner.php'); |
| 9 | } |
| 10 | |
| 11 | SGNotice::getInstance()->renderAll(); |
| 12 | ?> |
| 13 | |
| 14 | <div class="sg-spinner"></div> |
| 15 | <div class="sg-wrapper-less"> |
| 16 | <div id="sg-wrapper"> |
| 17 |