SHOW:
|
|
- or go back to the newest paste.
1 | - | <head> |
1 | + | <?php |
2 | - | <meta charset="utf-8"> |
2 | + | |
3 | - | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
3 | + | /* |
4 | - | <title>AdminLTE 2 | Dashboard</title> |
4 | + | * To change this license header, choose License Headers in Project Properties. |
5 | - | <!-- Tell the browser to be responsive to screen width --> |
5 | + | * To change this template file, choose Tools | Templates |
6 | - | <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> |
6 | + | * and open the template in the editor. |
7 | - | <!-- Bootstrap 3.3.7 --> |
7 | + | */ |
8 | - | <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css"> |
8 | + | |
9 | ?> | |
10 | - | <link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css"> |
10 | + | <meta name="description" content="<?=isset($head_description)?$head_description:'Error Page';?>" /> |
11 | <meta name="keywords" content="<?=isset($head_keywords)?$head_keywords:'Error, Page, error page';?>" /> | |
12 | - | <link rel="stylesheet" href="bower_components/Ionicons/css/ionicons.min.css"> |
12 | + | <meta name="author" content="<?=isset($head_author)?$head_author:'Re-Arvind';?>"/> |
13 | ||
14 | - | <link rel="stylesheet" href="dist/css/AdminLTE.min.css"> |
14 | + | <!-- Favicon --> |
15 | <link rel="shortcut icon" href="<?=isset($favicon_url)?$favicon_url:base_url('favicon.ico')."?p=".rnd_word(3);?>"> | |
16 | <link rel="icon" href="<?=isset($favicon_url)?$favicon_url:base_url('favicon.ico')."?p=".rnd_word(3);?>" type="image/x-icon"> | |
17 | - | <link rel="stylesheet" href="dist/css/skins/_all-skins.min.css"> |
17 | + | |
18 | ||
19 | - | <link rel="stylesheet" href="bower_components/morris.js/morris.css"> |
19 | + | <!-- Bootstrap 3.3.7 --> |
20 | <link rel="stylesheet" href="<?=base_url();?>media/vendors/bower_components/bootstrap/dist/css/bootstrap.min.css"> | |
21 | - | <link rel="stylesheet" href="bower_components/jvectormap/jquery-jvectormap.css"> |
21 | + | |
22 | <link rel="stylesheet" href="<?=base_url();?>media/vendors/bower_components/font-awesome/css/font-awesome.min.css"> | |
23 | - | <link rel="stylesheet" href="bower_components/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css"> |
23 | + | |
24 | <link rel="stylesheet" href="<?=base_url();?>media/vendors/bower_components/Ionicons/css/ionicons.min.css"> | |
25 | - | <link rel="stylesheet" href="bower_components/bootstrap-daterangepicker/daterangepicker.css"> |
25 | + | |
26 | <link rel="stylesheet" href="<?=base_url();?>media/admin_lte/css/AdminLTE.min.css"> | |
27 | - | <link rel="stylesheet" href="plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css"> |
27 | + | |
28 | folder instead of downloading all of them to reduce the load. --> | |
29 | <link rel="stylesheet" href="<?=base_url();?>media/admin_lte/css/skins/_all-skins.min.css"> | |
30 | <!-- Morris chart --> | |
31 | <link rel="stylesheet" href="<?=base_url();?>media/vendors/bower_components/morris.js/morris.css"> | |
32 | <!-- jvectormap --> | |
33 | <link rel="stylesheet" href="<?=base_url();?>media/vendors/bower_components/jvectormap/jquery-jvectormap.css"> | |
34 | <!-- Date Picker --> | |
35 | <link rel="stylesheet" href="<?=base_url();?>media/vendors/bower_components/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css"> | |
36 | <!-- Daterange picker --> | |
37 | - | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic"> |
37 | + | <link rel="stylesheet" href="<?=base_url();?>media/vendors/bower_components/bootstrap-daterangepicker/daterangepicker.css"> |
38 | - | </head> |
38 | + | |
39 | <link rel="stylesheet" href="<?=base_url();?>media/vendors/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css"> | |
40 | ||
41 | <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | |
42 | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | |
43 | <!--[if lt IE 9]> | |
44 | <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> | |
45 | <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | |
46 | <![endif]--> | |
47 | ||
48 | <!-- Google Font --> | |
49 | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic"> |