mirror of
https://github.com/serghey-rodin/vesta.git
synced 2024-12-25 05:21:12 -08:00
21 lines
628 B
HTML
21 lines
628 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
|
|
<title>Vesta - <?=__($TAB)?></title>
|
|
<link rel="stylesheet" href="/css/styles.min.css?1446554103">
|
|
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />
|
|
<script>
|
|
//
|
|
// GLOBAL SETTINGS
|
|
//
|
|
var GLOBAL = {};
|
|
GLOBAL.FTP_USER_PREFIX = 'admin_';
|
|
GLOBAL.DB_USER_PREFIX = 'admin_';
|
|
GLOBAL.DB_DBNAME_PREFIX = 'admin_';
|
|
GLOBAL.AJAX_URL = '';
|
|
</script>
|
|
</head>
|
|
<body class="body-<?=strtolower($TAB)?> lang-<?=$_SESSION['language']?>">
|