29 lines
2.9 KiB
PHP
29 lines
2.9 KiB
PHP
<?php
|
|
|
|
/**
|
|
* @package Advanced Custom Fields
|
|
* @version 2.8.8 Pro
|
|
*
|
|
* @author Tassos Marinos <info@tassos.gr>
|
|
* @link https://www.tassos.gr
|
|
* @copyright Copyright © 2024 Tassos All Rights Reserved
|
|
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later
|
|
*/
|
|
|
|
defined('_JEXEC') or die('Restricted access');
|
|
|
|
use Joomla\CMS\Language\Text;
|
|
?>
|
|
<div class="tf-library-no-results">
|
|
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="41" cy="40" r="36" fill="#D7DBFB"/>
|
|
<path opacity="0.2" fill-rule="evenodd" clip-rule="evenodd" d="M26.5432 7.02026C39.6252 7.54949 50.0683 18.3222 50.0683 31.534C50.0683 37.5897 47.8743 43.133 44.2379 47.4123L46.3613 49.5357C47.4768 49.0018 48.854 49.1969 49.7782 50.1211L65.7755 66.1184C63.8226 67.9715 61.6621 69.6079 59.3324 70.989L44.1213 55.7779C43.1983 54.8549 43.0025 53.4799 43.5339 52.3652L41.4092 50.2405C37.1304 53.8753 31.5884 56.0682 25.5342 56.0682C17.2197 56.0682 9.87116 51.9322 5.43383 45.6055C5.14824 43.7788 5 41.9067 5 39.9999C5 38.3624 5.10933 36.7505 5.32108 35.1709C7.03793 44.7769 15.4346 52.0682 25.5342 52.0682C36.8749 52.0682 46.0683 42.8748 46.0683 31.534C46.0683 20.1933 36.8749 10.9999 25.5342 10.9999C22.7676 10.9999 20.1289 11.547 17.7202 12.5389C20.3611 10.2979 23.3294 8.43109 26.5432 7.02026Z" fill="#41495B"/>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.4373 43.4401C41.2184 42.659 42.4847 42.659 43.2658 43.4401L57.4079 57.5822C58.189 58.3633 58.189 59.6296 57.4079 60.4106C56.6269 61.1917 55.3605 61.1917 54.5795 60.4106L40.4373 46.2685C39.6563 45.4874 39.6563 44.2211 40.4373 43.4401Z" fill="#41495B"/>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M61.1675 69.8248L44.1209 52.7782C42.9493 51.6066 42.9493 49.7071 44.1209 48.5356L45.5351 47.1214C46.7067 45.9498 48.6061 45.9498 49.7777 47.1214L67.2705 64.6141C65.439 66.5681 63.392 68.3176 61.1675 69.8248Z" fill="#F5CE81"/>
|
|
<path d="M48.0683 28.5342C48.0683 40.9794 37.9794 51.0683 25.5342 51.0683C13.0889 51.0683 3 40.9794 3 28.5342C3 16.0889 13.0889 6 25.5342 6C37.9794 6 48.0683 16.0889 48.0683 28.5342Z" fill="#F4F5FE"/>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.5342 8C14.1935 8 5 17.1935 5 28.5342C5 39.8749 14.1935 49.0683 25.5342 49.0683C36.8749 49.0683 46.0683 39.8749 46.0683 28.5342C46.0683 17.1935 36.8749 8 25.5342 8ZM1 28.5342C1 14.9843 11.9843 4 25.5342 4C39.084 4 50.0683 14.9843 50.0683 28.5342C50.0683 42.084 39.084 53.0683 25.5342 53.0683C11.9843 53.0683 1 42.084 1 28.5342Z" fill="#41495B"/>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.5 14C17.4919 14 11 20.4919 11 28.5C11 29.6046 10.1046 30.5 9 30.5C7.89543 30.5 7 29.6046 7 28.5C7 18.2827 15.2827 10 25.5 10C26.6046 10 27.5 10.8954 27.5 12C27.5 13.1046 26.6046 14 25.5 14Z" fill="white"/>
|
|
</svg>
|
|
|
|
<div class="noresults-title"><?php echo Text::_('NR_OOPS_NO_MATCHES_FOUND'); ?></div>
|
|
</div>
|