<div class="td-admin-box-text td-admin-required-plugins">
			<div class="td-admin-required-plugins-wrap">
				<p><strong>Please install Visual Composer.</strong></p>
				<p>Visual Composer is a required plugin for this theme to work best.</p>
				<a class="button button-primary" href="admin.php?page=td_theme_plugins">Go to plugin installer</a>
			</div>
		</div>
	<?php 
}
?>
    <hr/>


	<div class="td-admin-columns">
		<?php 
$installed_demo = td_demo_state::get_installed_demo();
foreach (td_global::$demo_list as $demo_id => $stack_params) {
    $tmp_class = '';
    if ($installed_demo !== false and $installed_demo['demo_id'] == $demo_id) {
        $tmp_class = 'td-demo-installed';
    }
    ?>

			<div class="td-demo-<?php 
    echo $demo_id;
    ?>
 td-wp-admin-demo theme <?php 
    echo $tmp_class;
    ?>
">