15 lines
441 B
PHP
15 lines
441 B
PHP
<?php defined( 'ROOT_DIR' ) || exit; ?>
|
|
<?php global $b; ?>
|
|
<!DOCTYPE html>
|
|
<head>
|
|
<?php $b->event_start("header_start"); ?>
|
|
<title><?= $b->title_get(); ?></title>
|
|
<?php $b->meta_render(); ?>
|
|
<?php $b->link_render(); ?>
|
|
<?php $b->script_render(); ?>
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
<?php $b->event_start("header_end"); ?>
|
|
</head>
|
|
|
|
<body class="admin-panel">
|