Your IP : 216.73.216.237


Current Path : /home/photograt/gerard-clavet-photos.com/1 Ancien 2/templates/gcphotos2/
Upload File :
Current File : /home/photograt/gerard-clavet-photos.com/1 Ancien 2/templates/gcphotos2/component.php

<?php
defined('_JEXEC') or die;

use Joomla\CMS\Factory;

$app    = Factory::getApplication();
$doc    = $app->getDocument();
$this->language  = $doc->language;
$this->direction = $doc->direction;

?>
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
    <jdoc:include type="head" />
</head>
<body class="contentpane modal">
<jdoc:include type="message" />
<jdoc:include type="component" />
</body>
</html>