You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hestiacp/web/templates/header.php

13 lines
370 B

<!doctype html>
<html class="no-js" lang="<?= $_SESSION["LANGUAGE"] ?>">
<head>
<?php
require $_SERVER["HESTIA"] . "/web/templates/includes/title.php";
require $_SERVER["HESTIA"] . "/web/templates/includes/css.php";
require $_SERVER["HESTIA"] . "/web/templates/includes/js.php";
?>
</head>
<body class="body-<?= strtolower($TAB) ?> lang-<?= $_SESSION["language"] ?>">