mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Flatta and Diman fixes
This commit is contained in:
commit
3bed87ba15
98 changed files with 5260 additions and 3031 deletions
|
@ -3,8 +3,19 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
|
||||
<title>Vesta - <?="$TAB"?> </title>
|
||||
<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
|
||||
//
|
||||
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']?>">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue