footer-new.php
6 years ago
footer.php
6 years ago
functions.php
6 years ago
header-new.php
6 years ago
header.php
6 years ago
modal.php
6 years ago
sidebar.php
6 years ago
uninstallSurveyPopup.php
6 years ago
footer.php
22 lines
| 1 | <!--<div class="sg-footer"> |
| 2 | <div class="row"> |
| 3 | <div class="col-md-12"> |
| 4 | <strong><?php _backupGuardT('Powered by BackupGuard')?></strong> |
| 5 | <p> |
| 6 | <a href="javascript:void(0)" data-toggle="modal" data-modal-name="terms" data-remote="modalTerms"><?php _backupGuardT('Terms & Conditions')?></a> | <a href="#" data-toggle="modal" data-modal-name="privacy" data-remote="modalPrivacy"><?php _backupGuardT('Privacy Policy')?></a> |
| 7 | <strong class="sg-version"><?php _backupGuardT('v.1.0.0')?></strong> |
| 8 | </p> |
| 9 | </div> |
| 10 | </div> |
| 11 | </div>--> |
| 12 | <?php require_once(SG_PUBLIC_INCLUDE_PATH.'modal.php'); ?> |
| 13 | </div> |
| 14 | <div class="clearfix"></div> |
| 15 | </div> |
| 16 | <!-- /#sg-wrapper --> |
| 17 | <script type="text/javascript"> |
| 18 | less = { |
| 19 | env: "production", |
| 20 | }; |
| 21 | </script> |
| 22 |