header.php

来自「php网页设计」· PHP 代码 · 共 2 行

PHP
2
字号
<html>
<head>
<link href="../css/Col-<?=(isset($userfixedtheme) && $userfixedtheme!="")?$userfixedtheme:getval("colourcss","greyblu")?>.css" rel="stylesheet" type="text/css" media="screen,projection,print" id="colourcss" />
<link rel="stylesheet" type="text/css" href="muse.css" />

<style>
td a {color: black;}
body {color: black;}
</style>
<title>Administration</title>
</head>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?