first commit
This commit is contained in:
14
application/views/admin/headerlog.php
Executable file
14
application/views/admin/headerlog.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Hoosk Dash - <?php echo SITE_NAME; ?></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
|
||||
<link href="<?php echo ADMIN_THEME; ?>/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="<?php echo ADMIN_THEME; ?>/css/sb-admin.css" rel="stylesheet">
|
||||
<link href="<?php echo ADMIN_THEME; ?>/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="<?php echo ADMIN_THEME; ?>/css/crossmap-adm.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body class="login">
|
||||
Reference in New Issue
Block a user