24 lines
469 B
PHP
24 lines
469 B
PHP
<?php
|
|
/**
|
|
* @package solo
|
|
* @copyright Copyright (c)2014-2022 Nicholas K. Dionysopoulos / Akeeba Ltd
|
|
* @license GNU General Public License version 3, or later
|
|
*/
|
|
|
|
use Awf\Text\Text;
|
|
|
|
defined('_AKEEBA') or die();
|
|
|
|
/** @var \Solo\View\Main\Html $this */
|
|
|
|
?>
|
|
<div class="akeeba-panel">
|
|
<header class="akeeba-block-header">
|
|
<h3>
|
|
@lang('SOLO_MAIN_LBL_LATEST_BACKUP')
|
|
</h3>
|
|
</header>
|
|
|
|
<div>{{ $this->latestBackupCell }}</div>
|
|
</div>
|