mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-03-01 16:52:42 +08:00
update core/template/default/common/header_simple.htm.
Signed-off-by: 小胡 <3203164629@qq.com>
This commit is contained in:
@@ -17,24 +17,9 @@
|
||||
<meta name="apple-touch-fullscreen" content="yes">
|
||||
<base href="{$_G['siteurl']}" />
|
||||
<link rel="stylesheet" type="text/css" href="static/bootstrap/css/bootstrap.min.css?{VERHASH}">
|
||||
<link rel="stylesheet" type="text/css" href="static/css/barber-shop.css?{VERHASH}">
|
||||
<link rel="stylesheet" type="text/css" href="static/css/style.min.css?{VERHASH}">
|
||||
<script type="text/javascript" src="static/js/pace.min.js?{VERHASH}"></script>
|
||||
<link rel="stylesheet" type="text/css" href="static/dzzicon/icon.css?{VERHASH}"/>
|
||||
<script type="text/javascript">var DZZSCRIPT='{DZZSCRIPT}',LANG='{$_G[language]}', STATICURL = 'static/', IMGDIR = '{$_G[setting][imgdir]}', VERHASH = '{VERHASH}', charset = '{CHARSET}', dzz_uid = '$_G[uid]', cookiepre = '{$_G[config][cookie][cookiepre]}', cookiedomain = '{$_G[config][cookie][cookiedomain]}', cookiepath = '{$_G[config][cookie][cookiepath]}',attackevasive = '{$_G[config][security][attackevasive]}', disallowfloat = '{$_G[setting][disallowfloat]}', REPORTURL = '$_G[currenturl_encode]', SITEURL = '$_G[siteurl]', JSPATH = '$_G[setting][jspath]',MOD_PATH='{MOD_PATH}',APP_URL='{MOD_URL}',MOD_URL='{MOD_URL}';</script>
|
||||
<script type="text/javascript" src="static/jquery/jquery.min.js?{VERHASH}"></script>
|
||||
<script type="text/javascript" src="static/js/common.js?{VERHASH}"></script>
|
||||
{eval
|
||||
$hex_color=$_config['ztys']?$_config['ztys']:'#0d6efd';
|
||||
sscanf($hex_color, "#%2x%2x%2x", $red, $green, $blue);
|
||||
$hex_colorr=$red.', '.$green.', '.$blue;
|
||||
}
|
||||
<style type="text/css">
|
||||
:root {
|
||||
--bs-primary:$hex_color;
|
||||
--bs-primary-hover:$hex_colorr;
|
||||
--bs-primary-rgb:$hex_colorr;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
Reference in New Issue
Block a user