blob: 6aed28aa8e3c008de72f64f8f38911dea97a7fa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
global $title;
global $lang;
require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.locked.initial.php";
require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/functions.php";
require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/gui/language.php";
?>
<!DOCTYPE html>
<html lang="en">
<head data-multisocial-version="<?= version() ?>" data-multisocial-build="#<?= build() ?>">
<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/gui/head.php"; ?>
</head>
<body>
|