header.php 435 B

123456789101112131415
  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
  11. class="body-<?= strtolower($TAB) ?> lang-<?= $_SESSION["language"] ?>"
  12. data-confirm-leave-page="<?= _("LEAVE_PAGE_CONFIRMATION") ?>"
  13. >