Exemplo n.º 1
0
function wptouch_the_theme_activate_link_url()
{
    echo wptouch_get_theme_activate_link_url();
}
Exemplo n.º 2
0
							<a class="button buynow" href="<?php 
                wptouch_the_theme_buy_url();
                ?>
">
								<?php 
                _e('Add to License', 'wptouch-pro');
                ?>
							</a>
						<?php 
            }
            ?>
					<?php 
        } elseif (!wptouch_is_theme_active() && !is_network_admin() || wptouch_is_theme_in_cloud()) {
            ?>
						<a class="button activate" href="<?php 
            echo wptouch_check_url_ssl(wptouch_get_theme_activate_link_url());
            ?>
">
							<?php 
            echo $activate_label;
            ?>
						</a>

						<?php 
            if (!wptouch_can_cloud_install() && wptouch_is_theme_in_cloud() && wptouch_get_theme_download_url() && !wptouch_get_theme_buy_url() && (!wptouch_is_controlled_network() || is_network_admin())) {
                ?>
							<a class="button download theme" href="<?php 
                wptouch_the_theme_download_url();
                ?>
">
								<?php