Your IP : 216.73.216.55


Current Path : /home/giteleslfp/www/administrator/components/com_admintools/tmpl/ControlPanel/
Upload File :
Current File : /home/giteleslfp/www/administrator/components/com_admintools/tmpl/ControlPanel/quicksetup.blade.php

<?php
/**
 * @package   admintools
 * @copyright Copyright (c)2010-2021 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license   GNU General Public License version 3, or later
 */

defined('_JEXEC') || die;

/** @var  Akeeba\AdminTools\Admin\View\ControlPanel\Html $this For type hinting in the IDE */

?>

<div class="akeeba-panel--default">
	<header class="akeeba-block-header">
		<h3>@lang('COM_ADMINTOOLS_CONTROLPANEL_HEADER_QUICKSETUP')</h3>
	</header>

	<p class="akeeba-block--warning small">
		@lang('COM_ADMINTOOLS_CONTROLPANEL_HEADER_QUICKSETUP_HELP')
	</p>

	<div class="akeeba-grid">
		<div>
			<a href="index.php?option=com_admintools&view=QuickStart" class="akeeba-action--orange">
				<span class="akion-flash"></span>
				@lang('COM_ADMINTOOLS_TITLE_QUICKSTART')
			</a>
		</div>
	</div>
</div>