<?php /** * Akeeba Frontend Framework (FEF) * * @package fef * @copyright (c) 2017-2020 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later * * Created by Crystal Dionysopoulou for Akeeba Ltd, https://www.akeeba.com */ // Protect from unauthorized access defined('_JEXEC') or die; define('AKEEBAFEF_VERSION', '1.1.0'); define('AKEEBAFEF_DATE', '2020-09-02');