Example #1
0
<?php 
    }
}
?>
        </div>

        <!-- Theme Languages -->
<?php 
if (!empty($theme['path-languages'])) {
    ?>
        <div class="wrapper">
            <h2><?php 
    echo $theme['name'];
    ?>
 has the following translations included:</h2>
            <p class="intro"><?php 
    include $theme['path-languages'];
    ?>
</p>
        </div>
<?php 
}
?>

<?php 
site_include_view('_partials/theme-purchase-buttons.php', array('theme' => $theme));
if (themes_supports($theme, 'theme-club') && !DISABLE_THEME_CLUB) {
    site_include_view('_partials/theme-club.php');
}
include '_partials/buy-now.php';
include '_partials/footer.php';
Example #2
0
File: theme.php Project: cutout/ptd
            <div class="block">
                <div class="content">
                    <i class="fa fa-<?php 
        echo $feature['icon'];
        ?>
 icon"></i>
                    <h3><a href="<?php 
        echo $feature['url'];
        ?>
"><?php 
        echo $feature['name'];
        ?>
</a></h3>
                    <p><?php 
        echo $feature['description'];
        ?>
</p>
                </div>
            </div>
<?php 
    }
}
?>
        </div>
<?php 
site_include_view('_partials/theme-purchase-buttons.php', array('theme' => $theme));
if (themes_supports($theme, 'theme-club')) {
    site_include_view('_partials/theme-club.php');
}
include '_partials/buy-now.php';
include '_partials/footer.php';