MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/public_html/india/wp-content/plugins/wptouch/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' ); ?>&hellip;</span>
		</div>
	</li>
</ul>