17 lines
349 B
PHP
17 lines
349 B
PHP
<?
|
|
if(!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
|
|
die();
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<?$APPLICATION->ShowHead();?>
|
|
<title><?$APPLICATION->ShowTitle();?></title>
|
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
|
</head>
|
|
<body>
|
|
<div id="panel">
|
|
<?$APPLICATION->ShowPanel();?>
|
|
</div>
|
|
|
|
|