|
@@ -3,6 +3,7 @@
|
|
|
<head>
|
|
<head>
|
|
|
<meta charset="utf-8" />
|
|
<meta charset="utf-8" />
|
|
|
<meta name="description" content="tCMS Control Panel"/>
|
|
<meta name="description" content="tCMS Control Panel"/>
|
|
|
|
|
+ <meta name="viewport" content="width=device-width">
|
|
|
<link rel="stylesheet" type="text/css" href="../../css/structure.css" />
|
|
<link rel="stylesheet" type="text/css" href="../../css/structure.css" />
|
|
|
<link rel="stylesheet" type="text/css" href="../../css/screen.css" media="screen" />
|
|
<link rel="stylesheet" type="text/css" href="../../css/screen.css" media="screen" />
|
|
|
<link rel="stylesheet" type="text/css" href="../../css/print.css" media="print" />
|
|
<link rel="stylesheet" type="text/css" href="../../css/print.css" media="print" />
|
|
@@ -11,20 +12,15 @@
|
|
|
<?php
|
|
<?php
|
|
|
extract(json_decode(file_get_contents('config/main.json'),true));
|
|
extract(json_decode(file_get_contents('config/main.json'),true));
|
|
|
?>
|
|
?>
|
|
|
- <script src="/sys/admin/index.js"></script>
|
|
|
|
|
</head>
|
|
</head>
|
|
|
<body>
|
|
<body>
|
|
|
<div id="topkek" style="text-align: center; vertical-align: middle;">
|
|
<div id="topkek" style="text-align: center; vertical-align: middle;">
|
|
|
|
|
+ <button title="Menu" id="clickme">☰</button>
|
|
|
<span id="configbar">
|
|
<span id="configbar">
|
|
|
<a class="topbar" title="Edit Various Settings" href="index.php">Settings</a>
|
|
<a class="topbar" title="Edit Various Settings" href="index.php">Settings</a>
|
|
|
<a class="topbar" title="Blog Writer" href="index.php?nav=1">Blog Writer</a>
|
|
<a class="topbar" title="Blog Writer" href="index.php?nav=1">Blog Writer</a>
|
|
|
<a class="topbar" title="Pop off about Stuff" href="index.php?nav=2">MicroBlogger</a>
|
|
<a class="topbar" title="Pop off about Stuff" href="index.php?nav=2">MicroBlogger</a>
|
|
|
</span>
|
|
</span>
|
|
|
- <button style="display: none;" id="menubutton" onClick="showMenu();return false;">
|
|
|
|
|
- ☰
|
|
|
|
|
- </button>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div id="littlemenu" style="display: none;">
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<div id="kontent" style="display: block;">
|
|
<div id="kontent" style="display: block;">
|
|
|
<?php
|
|
<?php
|