File "ms-child_theme_permission_control.php"

Full Path: /home/attunedd/public_html/wp-content/plugins/theme-editor/includes/forms/ms-child_theme_permission_control.php
File size: 2.31 KB
MIME-type: text/x-php
Charset: utf-8

<?php 
/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/
?>
<?php 
/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/
?>
<?php if ( !defined( 'ABSPATH' ) )exit;
$download_icon1 = MS_THEME_EDITOR_URL.'includes/assests/image/child_permission_users.jpg';
$download_icon2 = MS_THEME_EDITOR_URL.'includes/assests/image/child_permission_userrole.jpg';
$download_icon3 = MS_THEME_EDITOR_URL.'includes/assests/image/child-theme-permission-msg.jpg';
?>              
<style>
.msEditorWhiteWrap{
border: 1px solid #ddd;
background: #fff;
padding: 30px;
}
h1.headingTitle {
padding: 15px 0px;
color: #404040;
border-bottom: 1px solid #ddd;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
line-height: 30px;
font-weight: 700;
margin: 0;
padding-top: 0;
margin-bottom: 30px;
}
h1.headingTitle .headingicon {
float: left;
margin-right: 10px;
display: inline-block;
}
.msProBar {
background: #f0dddd;
padding: 15px;
margin-bottom: 15px;
font-weight: 700;
font-size: 16px;
border-radius: 6px;
border: 1px solid #edafaf;
}
.msProBar .buyProBtnSpan a {
color: #fff;
text-decoration: none;
background: #7b3024;
display: inline-block;
padding: 12px 20px;
border-radius: 6px;
font-size: 14px;
line-height: 14px;
}
.msProBar .proTextMsg {
margin-right: 15px;
}
</style>
<div class="wrap msEditorWhiteWrap">
	<h1 class="headingTitle">
		<span class="headingicon"><img src="<?php echo plugins_url( '../assests/image/mseditor-permission-icon.png', __FILE__ );?>"/> </span> 
		<span class="headingTxt"><?php _e('Child Theme Permissions', 'te-editor');?></span>
	</h1>
	<div class="msProBar">
		<span class="proTextMsg"> <?php _e('Note: This is just a screenshot. Buy PRO Version for this feature.', 'theme-editor');?></span>
		<span class="buyProBtnSpan">
		<a href="https://themeeditor.pro/product/theme-editor/" target="_blank"><?php _e('BUY PRO', 'theme-editor');?> </a>
		</span>
	</div>
	<img style="width:100%;" src="<?php echo $download_icon1;?>"/>
	<img style="width:100%;" src="<?php echo $download_icon2;?>"/>
	<img style="width:100%;" src="<?php echo $download_icon3;?>"/>
</div>