echo $doc['name'];
?>
 Documentation</h1>

    <div class="note intro breath">
        <p><?php 
echo $doc['description'];
?>
</p>
        <p><a href="<?php 
echo $doc['url-details'];
?>
" class="button">More Info <i class="fa fa-arrow-right" aria-hidden="true"></i></a></p>
    </div>
<?php 
if (!site_include_exists('_support/_theme/' . $page . '.php')) {
    ?>
    <img src="<?php 
    echo image_path('devices/' . $doc['image']);
    ?>
" alt="<?php 
    echo $doc['name'];
    ?>
 Screenshot" />
<?php 
}
?>
    <h2>Getting Started</h2>

    <ul>
        <li><a href="https://codex.wordpress.org/Installing_WordPress" target="_blank">Getting Started with WordPress</a></li>
Example #2
0
    echo $theme['url-preview'];
    ?>
" class="button ghost greedy"><i class="fa fa-eye" aria-hidden="true"></i>Preview <?php 
    echo $theme['name'];
    ?>
</a>
<?php 
}
?>
                    </footer>
                </div>
            </section>
        </div>

<?php 
if (site_include_exists('_themes/' . $theme_name . '.php')) {
    site_include_view('_themes/' . $theme_name . '.php');
    site_include_view('_partials/theme-purchase-buttons.php', array('theme' => $theme));
}
?>

        <!-- Showcase Websites -->
<?php 
$websites = website_get_by_tag($theme_name, 3);
if ($websites) {
    ?>
        <div class="wrapper block-wrapper showcase-wrapper">
            <header class="block-header">
                <h2>
                    Examples of <?php 
    echo $theme['name'];