Initial commit
This commit is contained in:
14
playarea/plugins/bive-admin-panel/template/header.php
Normal file
14
playarea/plugins/bive-admin-panel/template/header.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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">
|
||||
Reference in New Issue
Block a user