Viewing File: /home/maglabs/racinepara/wp-content/themes/medilazar/inc/admin/screens/changelog.php
<?php
/**
* @var Medilazar_Theme_Admin $this
*/
$this->get_tab_menu('changelog');
?>
<div class="opal-wrap">
<div class="container">
<div class="row mt-30">
<div class="col">
<div class="theme-log box-shadow">
<div class="theme-log-header">
<h2 class="log-title"><?php esc_html_e('Theme Update Log', 'medilazar'); ?></h2>
</div>
<div class="theme-log-content">
<div class="log-list">
<strong><?php esc_html_e('Version:', 'medilazar'); ?> 1.0.0</strong><span class="log-date">05, Dec 2020</span>
<ul>
<li>
<span class="label-update"><?php esc_html_e('update', 'medilazar'); ?></span><?php esc_html_e('Released', 'medilazar'); ?>
1.0.0
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Back to Directory
File Manager