File: /home/c1190199/public_html/wp-content/plugins/wptouch-pro-3/admin/settings/html/theme-browser.php
<?php if ( !wptouch_can_cloud_install( true ) ) { ?>
<div class="cloud-update-issue"><i class="icon-cloud"></i> <?php echo sprintf( __( 'Your server configuration is preventing WPtouch Pro from installing and updating from the Cloud. %sPlease visit %sthis article%s to follow the steps to enable Cloud install, or you can manually download and install into the wptouch-data/%s directory.', 'wptouch-pro' ), '<br />', '<a href="https://support.wptouch.com/support/solutions/articles/5000525305-themes-or-extensions-cannot-be-downloaded">', '</a>', 'extensions' ); ?></div>
<?php } ?>
<?php
$cloud_themes = wptouch_get_available_cloud_themes();
if ( $cloud_themes ) {
foreach ( $cloud_themes as $theme => $details ) {
$cloud_themes[ $theme ] = $theme;
}
}
?>
<ul class="cloud-browser">
<?php while ( wptouch_has_themes( true ) ) { ?>
<?php wptouch_the_theme(); ?>
<?php if ( !wptouch_is_theme_in_cloud() ) { ?>
<?php include( 'theme-browser-item.php' ); ?>
<?php } ?>
<?php } ?>
<li id="wptouch-theme-browser-load-ajax">
<div class="load">
<span class="text"><?php _e( 'Loading Cloud Themes', 'wptouch-pro' ); ?>…</span>
</div>
</li>
</ul>