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