ajax
3 years ago
config
4 years ago
cron
6 years ago
css
3 years ago
fonts
5 years ago
img
3 years ago
include
3 years ago
js
3 years ago
templates
3 years ago
backups.php
3 years ago
boot.php
4 years ago
cloud.php
5 years ago
dashboardWidget.php
5 years ago
pagesContent.php
4 years ago
proFeatures.php
4 years ago
restore_wordpress.php
4 years ago
schedule.php
4 years ago
security.php
4 years ago
services.php
5 years ago
settings.php
3 years ago
support.php
4 years ago
systemInfo.php
4 years ago
videoTutorials.php
4 years ago
videoTutorials.php
10 lines
| 1 | <?php |
| 2 | require_once(SG_SCHEDULE_PATH.'SGSchedule.php'); |
| 3 | $contentClassName = getBackupPageContentClassName('videoTutorials'); |
| 4 | ?> |
| 5 | <div id="sg-backup-page-content-videoTutorials" class="sg-backup-page-content <?php echo $contentClassName; ?>"> |
| 6 | <div><h1 class="sg-backup-page-title"><?php _backupGuardT('Video Tutorials')?></h1></div> |
| 7 | |
| 8 | <h2><?php _backupGuardT('BackupGuard WordPress Plugin Walkthrough'); ?></h2> |
| 9 | <iframe width="859" height="483" src="https://www.youtube.com/embed/xn_-FtZNHEw" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> |
| 10 | </div> |