Files
VestaCP/web/templates/header.html

21 lines
628 B
HTML
Raw Permalink Normal View History

2015-05-29 02:07:55 +03:00
<!doctype html>
2016-11-27 00:12:12 +09:00
<html>
2015-05-29 02:07:55 +03:00
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
<title>Vesta - <?=__($TAB)?></title>
2015-11-03 18:52:15 +02:00
<link rel="stylesheet" href="/css/styles.min.css?1446554103">
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />
2016-07-06 13:53:03 +03:00
<script>
//
// GLOBAL SETTINGS
//
2016-11-27 00:12:12 +09:00
var GLOBAL = {};
2016-07-06 13:53:03 +03:00
GLOBAL.FTP_USER_PREFIX = 'admin_';
GLOBAL.DB_USER_PREFIX = 'admin_';
GLOBAL.DB_DBNAME_PREFIX = 'admin_';
GLOBAL.AJAX_URL = '';
</script>
2015-05-29 02:07:55 +03:00
</head>
2015-09-28 02:00:45 +03:00
<body class="body-<?=strtolower($TAB)?> lang-<?=$_SESSION['language']?>">