backend.php
1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?php
return [
/*
* Skin for Admin LTE backend theme
*
* Available options:
*
* black
* black-light
* blue
* blue-light
* green
* green-light
* purple
* purple-light
* red
* red-light
* yellow
* yellow-light
*/
'theme' => 'blue',
/*
* Layout for the Admin LTE backend theme
*
* Fixed: use the class .fixed to get a fixed header and sidebar.
* This makes scrolling affect the content only and put the sidebar and header in a fixed position.
*
* Collapsed Sidebar: use the class .sidebar-collapse to have a collapsed sidebar upon loading.
* Use this if you want the sidebar to be hidden by default.
*
* Boxed Layout: use the class .layout-boxed to get a boxed layout that stretches only to 1250px.
* Provides spaces on both sides of the screen, if the screen is big enough.
*
* Top Navigation: use the class .layout-top-nav to remove the sidebar and have your links at the top navbar.
* Makes the sidebar hover the content when expanded.
*
* Sidebar Mini: Shows the only the icons of the sidebar items when collapsed. Sidebar will not fully collapse.
*
* Available options:
*
* fixed
* sidebar-collapse
* layout-boxed
* layout-top-nav
* sidebar-mini
*
* Note: you cannot use both layout-boxed and fixed at the same time. Anything else can be mixed together.
*/
'layout' => 'sidebar-mini',
];