PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/www/classified/wp-content/plugins/directorypress/reviews/views/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/www/classified/wp-content/plugins/directorypress/reviews/views/admin.php

<?php
/**
 * Represents the view for the administration dashboard.
 *
 * This includes the header, options, and other information that should
 * provide the user interface to the end user.
 *
 * @package   designinvento
 * @author    Designinvento <help.designinvento@gmail.com>
 * @license   GPL-2.0+
 * @link      http://designinvento.net
 * @copyright 2013 Designinvento
 */

$config = include direviews::pluginpath() . 'dir-config' . EXT;

// invoke processor
$processor = direviews::processor( $config );
$status    = $processor->status();
$errors    = $processor->errors(); ?>

<div class="wrap" id="direviews_form">

	<div id="icon-options-general" class="icon32"><br></div>

	<h2><?php _e( 'Designinvento Reviews', 'DIRECTORYPRESS' ); ?></h2>

	<?php if ( $processor->ok() ): ?>

		<?php if ( ! empty( $errors ) ): ?>
			<br/>
			<p class="update-nag">
				<strong><?php _e( 'Unable to save settings.', 'DIRECTORYPRESS' ); ?></strong>
				<?php _e( 'Please check the fields for errors and typos.', 'DIRECTORYPRESS' ); ?>
			</p>
		<?php endif;

		if ( $processor->performed_update() ): ?>
			<br/>
			<p class="update-nag">
				<?php _e( 'Settings have been updated.', 'DIRECTORYPRESS' ); ?>
			</p>
		<?php endif;
		echo $f = direviews::form( $config, $processor );
		echo $f->field( 'hiddens' )->render();
		echo $f->field( 'labels' )->render();
		echo $f->field( 'general' )->render(); ?>
		<?php echo 'test'; ?>
		<button type="submit" class="button button-primary">
			<?php _e( 'Save Changes', 'DIRECTORYPRESS' ); ?>
		</button>

		<?php echo $f->endform();

	elseif ( $status['state'] == 'error' ): ?>

		<h3>Critical Error</h3>

		<p><?php echo $status['message'] ?></p>

	<?php endif; ?>
</div>