header.php 370 B

123456789101112
  1. <!doctype html>
  2. <html class="no-js" lang="<?= $_SESSION["LANGUAGE"] ?>">
  3. <head>
  4. <?php
  5. require $_SERVER["HESTIA"] . "/web/templates/includes/title.php";
  6. require $_SERVER["HESTIA"] . "/web/templates/includes/css.php";
  7. require $_SERVER["HESTIA"] . "/web/templates/includes/js.php";
  8. ?>
  9. </head>
  10. <body class="body-<?= strtolower($TAB) ?> lang-<?= $_SESSION["language"] ?>">