Initial commit
This commit is contained in:
29
template/error.php
Normal file
29
template/error.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/default/css.php" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="hbody">
|
||||
<div id="shome">
|
||||
<a href="%server%">Home</a>
|
||||
</div>
|
||||
<div id="slng">
|
||||
%LngMenu%
|
||||
</div>
|
||||
<div id="smenu">
|
||||
%TopMenu%
|
||||
</div>
|
||||
</div>
|
||||
<div id="pbody">
|
||||
<div class="center-float">
|
||||
<div class="%ctitle%" id="mainTitle">
|
||||
%title%
|
||||
</div>
|
||||
<div class="%cfloat%">
|
||||
<div id="content">%content%</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user