File: //home/globfdxw/diasporameetsafrica.com/wp-content/themes/DA10/framework/admin/welcome-simple.php
<?php
// CHECK THE PAGE IS NOT BEING LOADED DIRECTLY
if (!defined('THEME_VERSION')) { header('HTTP/1.0 403 Forbidden'); exit; }
// SETUP GLOBALS
global $wpdb, $CORE, $userdata, $CORE_ADMIN, $CORE_UI;
// LOAD IN HEADER
_ppt_template('framework/admin/header' );
?>
<h2><span><i class="fal fa-tachometer-alt mr-2"></i> <?php echo __("Dashboard","premiumpress"); ?></span>
<div style="top:0px; right:10px;" class="position-absolute hide-mobile">
<a href="https://www.premiumpress.com/docs/videos/" class=" btn btn-sm btn-danger mr-1" target="_blank" ><i class="fa fa-play"></i> <?php echo __("Videos","premiumpress"); ?></a>
<a href="admin.php?page=ppt_editor" class=" btn btn-sm btn-dark" ><i class="fa fa-tools"></i> <?php echo __("Site Manager","premiumpress"); ?></a>
<a href="<?php echo home_url(); ?>/?reset=1" class="btn btn-sm btn-system" target="_blank"><?php echo __("Visit Website","premiumpress"); ?> <i class="fa fa-long-arrow-right ml-2"></i></a>
</div>
</h2>
<?php
///////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////
$preview = "https://premiummod.com/webshot/index.php?license=".get_option('ppt_license_key')."&web=".home_url()."&tk=".THEME_KEY."&email=".get_option('admin_email');
?>
<div class="container px-md-5 py-4">
<div class="row">
<div class="col-md-4">
<div class="border shadow-sm bg-white my-2 position-relative rounded-lg">
<div class="fs-lg lh-10 ml-2 mt-1" style=" letter-spacing: -5px;">
<span class="text-success">•</span>
<span class="text-warning">•</span>
<span class="text-primary">•</span>
</div>
<div style="height:200px;" class="bg-light border m-2 position-relative">
<div class="overlay-inner" style="z-index: 1;"></div>
<div class="bg-image" data-bg="<?php echo $preview; ?>"></div>
</div>
<div style=" position:absolute; top:25%; z-index:1;" class="w-100 text-center">
<div style="max-width: 80%; margin: auto;">
</div>
</div>
<!-- end box -->
<div class="d-flex justify-content-between">
<div>
</div>
</div>
<!-- end box -->
</div>
<div>
</div>
</div>
<div class="col-md-8">
<div class="pl-lg-5 mt-4">
<div class="fs-lg text-600"><span><?php echo THEME_NAME; ?></span> <span class="text-800"><?php echo THEME_VERSION; ?></span></div>
<div class="fs-5 my-3"><?php echo str_replace("%s",THEME_VERSION,__("Congratulations on updating to version %s. <br> This update makes it easier than ever to manage your website.","premiumpress")); ?></div>
<div class="pb-4">
<a class="text-dark tiny text-uppercase" href="https://www.premiumpress.com/account/" target="_blank"><?php echo __("What's new","premiumpress"); ?></a>
<span class="mx-2 text-dark tiny">|</span>
<a class="text-dark tiny text-uppercase" href="https://www.premiumpress.com/docs/videos/" target="_blank"><?php echo __("Video Tutorials","premiumpress"); ?></a>
</div>
</div>
</div>
</div>
</div>
</div></div></div>
<?php
_ppt_template('framework/admin/footer' );
?>