2019-06-02 01:41:57 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2019-09-08 18:23:23 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="/themes/default/css.php">
|
2019-06-02 01:41:57 +02:00
|
|
|
<link rel='icon' href='/themes/default/favicon.ico'>
|
|
|
|
|
<title>FusionPBX</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body onload="">
|
2019-09-08 17:55:57 +02:00
|
|
|
<div id="body" align="center">
|
2019-09-08 18:23:23 +02:00
|
|
|
<div id="main_content" style="width: 70%; margin-top: 5%;">
|
2019-09-08 17:55:57 +02:00
|
|
|
{$content}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2019-06-02 01:41:57 +02:00
|
|
|
</body>
|
|
|
|
|
</html>
|