| Server IP : 199.250.200.62 / Your IP : 216.73.217.89 Web Server : Apache System : Linux vps37394.inmotionhosting.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : jasonp18 ( 1000) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/jasonp18/public_html/wp-content/plugins/formidable/classes/views/applications/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( 'You are not allowed to call this page directly.' );
}
?>
<div id="frm_top_bar">
<a href="<?php echo esc_url( admin_url( 'admin.php?page=formidable' ) ); ?>" class="frm-header-logo">
<?php FrmAppHelper::show_header_logo(); ?>
</a>
<div id="frm_bs_dropdown">
<h1>
<span>
<?php echo esc_html( $title ); ?>
</span>
</h1>
</div>
<div id="frm-publishing">
<?php do_action( 'frm_applications_header_inside_title_after_span', $context ); ?>
<?php do_action( 'frm_applications_header_after_title', $context ); ?>
<?php if ( 'index' === $context && ! FrmAppHelper::pro_is_installed() ) { ?>
<a href="<?php echo esc_url( FrmAppHelper::admin_upgrade_link( 'header' ) ); ?>" class="button button-secondary frm-button-secondary">
<?php esc_html_e( 'Upgrade', 'formidable' ); ?>
</a>
<?php } ?>
</div>
</div>