diff --git a/administrator/templates/atum/error_full.php b/administrator/templates/atum/error_full.php index 81c8af785f2df..30392d70e869c 100644 --- a/administrator/templates/atum/error_full.php +++ b/administrator/templates/atum/error_full.php @@ -9,13 +9,10 @@ defined('_JEXEC') or die; -use Joomla\Registry\Registry; use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Router\Route; use Joomla\CMS\Language\Text; -use Joomla\CMS\Uri\Uri; -use Joomla\CMS\Helper\ModuleHelper; /** @var JDocumentError $this */ @@ -32,17 +29,17 @@ $sitename = htmlspecialchars($app->get('sitename', ''), ENT_QUOTES, 'UTF-8'); $cpanel = $option === 'com_cpanel'; $hidden = $app->input->get('hidemainmenu'); -$logoLg = $this->baseurl . '/templates/' . $this->template . '/images/logo.svg'; -$logoSm = $this->baseurl . '/templates/' . $this->template . '/images/logo-icon.svg'; +$logo = $this->baseurl . '/templates/' . $this->template . '/images/logo.svg'; +$logoBlue = $this->baseurl . '/templates/' . $this->template . '/images/logo-blue.svg'; // Add JavaScript HTMLHelper::_('bootstrap.framework'); HTMLHelper::_('script', 'vendor/focus-visible/focus-visible.min.js', ['version' => 'auto', 'relative' => true]); // Load template CSS file -HTMLHelper::_('stylesheet', 'bootstrap.min.css', ['version' => 'auto', 'relative' => true]); -HTMLHelper::_('stylesheet', 'font-awesome.min.css', ['version' => 'auto', 'relative' => true]); -HTMLHelper::_('stylesheet', 'template' . ($this->direction === 'rtl' ? '-rtl' : '') . '.min.css', ['version' => 'auto', 'relative' => true]); +HTMLHelper::_('stylesheet', 'bootstrap.css', ['version' => 'auto', 'relative' => true]); +HTMLHelper::_('stylesheet', 'font-awesome.css', ['version' => 'auto', 'relative' => true]); +HTMLHelper::_('stylesheet', 'template' . ($this->direction === 'rtl' ? '-rtl' : '') . '.css', ['version' => 'auto', 'relative' => true]); // Load custom CSS file HTMLHelper::_('stylesheet', 'user.css', array('version' => 'auto', 'relative' => true)); @@ -57,6 +54,7 @@ $this->setMetaData('viewport', 'width=device-width, initial-scale=1'); // @TODO sync with _variables.scss $this->setMetaData('theme-color', '#1c3d5c'); + ?> @@ -74,55 +72,48 @@ + + + -
+
- - -
-
-
-
-
-
-
- -
+
+
+
+
+
-
@@ -131,7 +122,6 @@
-

error->getCode(); ?> error->getMessage(), ENT_QUOTES, 'UTF-8'); ?> @@ -166,6 +156,11 @@
+ +
+ +
+