Initial commit
This commit is contained in:
29
data/top.php
Normal file
29
data/top.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=%encoding%" />
|
||||
<title>%sitename%</title>
|
||||
<link rel="icon" type="image/ico" href="%icon%" />
|
||||
<link href="%server%template/%template%/css.php" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="hbody">
|
||||
<div id="shome">
|
||||
<a href="%server%">Home</a>
|
||||
</div>
|
||||
<div id="smenu">
|
||||
%TopMenu%
|
||||
</div>
|
||||
|
||||
<input type="checkbox" id="menu-toggle" class="menu-toggle" hidden>
|
||||
<label for="menu-toggle" class="menu-btn open">☰</label>
|
||||
<nav class="side-menu">
|
||||
%sideMenu%
|
||||
</nav>
|
||||
<div id="overlay"></div>
|
||||
<div id="slng">
|
||||
%LngMenu%
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user