Exemplo n.º 1
0
						<dd class="hiddend"><pre><?php 
    echo $log;
    ?>
</pre></dd>
					<?php 
}
?>
				</dl>
			</div>
			<h3>Support</h3>
			<div class="item">
				<?php 
if (asp_updates()->getSupport() != "") {
    ?>
				<p class="errorMsg">IMPORTANT:<br><?php 
    echo asp_updates()->getSupport();
    ?>
</p>
				<?php 
}
?>
				If you can't find the answer in the documentation or knowledge base, or if you are having other issues,
				feel free to open a support ticket.
			</div>
		</div>
	</div>
</div>
<script>
	jQuery(function($){
		$("dt.changelog_title a").click(function(e){
			e.preventDefault();
Exemplo n.º 2
0
function asp_updates_manager()
{
    new asp_updates_manager(ASP_PLUGIN_NAME, ASP_PLUGIN_SLUG, asp_updates());
}
Exemplo n.º 3
0
</div>

<div id="wpdreams" class='wpdreams wrap'>
    <?php 
if (ASP_DEBUG == 1) {
    ?>
        <p class='infoMsg'>Debug mode is on!</p>
    <?php 
}
?>

	<?php 
if (asp_updates()->needsUpdate()) {
    ?>
		<p class='infoMsgBox'>Version <strong><?php 
    echo asp_updates()->getVersionString();
    ?>
</strong> is available.
			Download the new version from Codecanyon. <a target="_blank" href="http://wpdreams.gitbooks.io/ajax-search-pro-documentation/content/update_notes.html">How to update?</a></p>
	<?php 
}
?>

    <a class='back' href='<?php 
echo get_admin_url() . "admin.php?page=ajax-search-pro/backend/settings.php";
?>
'>Back
        to the search list</a>
    <a class='statistics'
       href='<?php 
echo get_admin_url() . "admin.php?page=ajax-search-pro/backend/statistics.php";