| Current Path : /home/photograt/gerard-clavet-photos.com/1 Ancien 2/templates/gcphotos2/ |
| Current File : /home/photograt/gerard-clavet-photos.com/1 Ancien 2/templates/gcphotos2/error.php |
<?php
defined('_JEXEC') or die;
use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Uri\Uri;
$indexDir = dirname(__FILE__);
require_once $indexDir . '/functions.php';
HTMLHelper::_('bootstrap.framework');
$app = Factory::getApplication();
$config = $app->getConfig();
$sef = $app->get('sef', false);
$defaultLogo = getLogoInfo(array('src' => ''));
$errorDocument = $this;
$document = $app->getDocument();
if ($sef) {
$document->setBase(Uri::getInstance()->toString());
}
$metaGeneratorContent = 'Nicepage 5.2.4, nicepage.com';
if ($metaGeneratorContent) {
$document->setMetaData('generator', $metaGeneratorContent);
}
$metaReferrer = '';
if ($metaReferrer) {
$document->setMetaData('referrer', 'origin');
}
$templateUrl = $errorDocument->baseurl . '/templates/' . $errorDocument->template;
$faviconPath = "" ? $templateUrl . '/images/' . "" : '';
Core::load("Core_Page");
Core::load("Core_PageProperties");
// Initialize $view:
$this->view = new CorePage($this);
$themeOptions = $app->getTemplate(true)->params;
$fileName = $themeOptions->get('page404', '');
if ($fileName) {
include_once $indexDir . '/views/' . $fileName . '.php';
}
$pageProperties = new CorePageProperties($document, '404');
$bodyClass = $pageProperties->getBodyClass('');
$bodyStyle = $pageProperties->getBodyStyle();
$backToTop = $pageProperties->getBackToTop();
$popupDialogs = $pageProperties->getPopupDialogs();
$showHeader = $pageProperties->showHeader();
$showFooter = $pageProperties->showFooter();
$pageContent = isset($document->pageContent) && $document->pageContent ? $document->pageContent : '';
$pageStyles = isset($document->pageStyles) && $document->pageStyles ? $document->pageStyles : '';
$document->pageType = '404';
?>
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<?php if ($faviconPath) : ?>
<link href="<?php echo $faviconPath; ?>" rel="icon" type="image/x-icon" />
<?php endif; ?>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#478ac9">
<link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/default.css" media="screen" type="text/css" />
<?php if($this->view->isFrontEditing()) : ?>
<link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/frontediting.css" media="screen" type="text/css" />
<?php endif; ?>
<link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.css" media="screen" type="text/css" />
<link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/media.css" id="theme-media-css" media="screen" type="text/css" />
<?php if (isset($document->localFontsFile)) : ?><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/<?php echo $document->localFontsFile; ?>" media="screen" type="text/css" /><?php else : ?><?php endif; ?><link id="u-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Open+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i">
<?php include_once "$indexDir/styles.php"; ?>
<script src="<?php echo $templateUrl; ?>/scripts/jquery.js"></script>
<script src="<?php echo $templateUrl; ?>/scripts/script.js"></script>
<?php echo $pageStyles; ?>
</head>
<body <?php echo $bodyClass . $bodyStyle; ?>>
<?php
if ($showHeader) {
$this->view->renderHeader($indexDir);
}
?>
<?php echo $pageContent; ?>
<?php
if ($showFooter) {
$this->view->renderFooter($indexDir);
}
?>
<section class="u-backlink u-clearfix u-grey-80">
<a class="u-link" href="joomla-templates" target="_blank">
<span>Joomla Templates</span>
</a>
<p class="u-text"><span>created with</span></p>
<a class="u-link" href="https://nicepage.com/joomla-page-builder" target="_blank"><span>Joomla Page Builder</span></a>.
</section>
<?php echo $backToTop; ?>
<?php echo $popupDialogs; ?>
</body>
</html>