File "default_guide.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/vikbooking/libraries/mvc/admin/views/overrides/tmpl/default_guide.php
File size: 1.59 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/** 
 * @package     VikBooking
 * @subpackage  core
 * @author      E4J s.r.l.
 * @copyright   Copyright (C) 2023 E4J s.r.l. All Rights Reserved.
 * @license     http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 * @link        https://vikwp.com
 */

// No direct access to this file
defined('ABSPATH') or die('No script kiddies please!');

?>

<style>
	.vbo-overrides-manager .overrides-body .overrides-guide * {
		font-size: 14px;
	}
	.vbo-overrides-manager .overrides-body .overrides-guide ul {
		list-style: disc;
		margin-left: 30px;
	}
</style>

<!-- INTRO -->

<p>
	<?php
	_e(
		'Choose the client from the apposite dropdown in order to load the list of supported overrides. The system supports 4 different types of clients:',
		'vikbooking'
	);
	?>
</p>

<!-- SUPPORTED CLIENTS -->

<ul>

	<!-- SITE VIEWS -->

	<li>
		<?php
		_e(
			'<b>Site Pages</b> - all the pages displayed within the front-end;',
			'vikbooking'
		);
		?>
	</li>

	<!-- ADMIN VIEWS -->

	<li>
		<?php
		_e(
			'<b>Admin Pages</b> - all the pages displayed within the back-end;',
			'vikbooking'
		);
		?>
	</li>

	<!-- MODULES -->

	<li>
		<?php
		_e(
			'<b>Widgets</b> - all the widgets that can be published within the front-end;',
			'vikbooking'
		);
		?>
	</li>

	<!-- LAYOUTS -->

	<li>
		<?php
		_e(
			'<b>Layouts</b> - snippets of code used to display specific layouts.',
			'vikbooking'
		);
		?>
	</li>

</ul>

<!-- OUTRO -->

<p>
	<?php
	_e(
		'Then select the file you wish to edit and click <b>Save</b> to create the override. The green icon of a file means that an override is up and running.',
		'vikbooking'
	);
	?>
</p>