示例#1
0
        ?>
		 	<p class="inline-button">
		 	<a href="http://www.bravenewcode.com/store/upgrade/?product=wptouch-pro&utm_source=wptouch_pro&utm_medium=web&utm_campaign=admin-upgrades" id="upgrade-license" class="button round-24" target="_blank"><?php 
        _e("Purchase More Licenses", "wptouch-pro");
        ?>
</a>
		 	</p>
		<?php 
    }
    ?>
	<?php 
}
?>

	<?php 
if (wptouch_get_site_licenses_remaining()) {
    ?>
		<?php 
    if (!wptouch_is_licensed_site()) {
        ?>
			<p class="red-text"><?php 
        _e("You have not activated a license for this WordPress installation.", "wptouch-pro");
        ?>
</p>
			<p class="inline-button">
				<a class="wptouch-add-license round-24 button" class="button" id="partial-activation" href="#">
					<?php 
        _e("Activate This WordPress installation &raquo;", "wptouch-pro");
        ?>
				</a>
			</p>
示例#2
0
function wptouch_the_site_licenses_remaining()
{
    echo wptouch_get_site_licenses_remaining();
}