Línea 48... |
Línea 48... |
48 |
->appendHttpEquiv('Cache-Control', 'no-cache')
|
48 |
->appendHttpEquiv('Cache-Control', 'no-cache')
|
49 |
->appendHttpEquiv('charset', 'UTF-8')
|
49 |
->appendHttpEquiv('charset', 'UTF-8')
|
50 |
->appendName('viewport', 'width=device-width, initial-scale=1.0');
|
50 |
->appendName('viewport', 'width=device-width, initial-scale=1.0');
|
51 |
?>
|
51 |
?>
|
Línea 52... |
Línea 52... |
52 |
|
52 |
|
53 |
<!-- Google Font: Source Sans Pro -->
|
53 |
<!-- Google Font: Source Sans Pro -->
|
54 |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
|
54 |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
|
55 |
<!-- Font Awesome -->
|
55 |
<!-- Font Awesome -->
|
56 |
<link rel="stylesheet" href="<?php echo $this->basePath('plugins/font-awesome/css/font-awesome.css') ?>">
|
56 |
<link rel="stylesheet" href="<?php echo $this->basePath('plugins/font-awesome/css/font-awesome.css') ?>">
|
57 |
<!-- Theme style -->
|
57 |
<!-- Theme style -->
|
58 |
<link rel="stylesheet" href="<?php echo $this->basePath('css/adminlte.min.css') ?>">
|
58 |
<link rel="stylesheet" href="<?php echo $this->basePath('css/adminlte.min.css') ?>">
|
59 |
<!-- App style -->
|
59 |
<!-- App style -->
|
60 |
<link rel="stylesheet" href="<?php echo $this->basePath('css/app.css') ?>">
|
60 |
<link rel="stylesheet" href="<?php echo $this->basePath('css/app.css') ?>">
|
- |
|
61 |
<link rel="stylesheet" href="<?php echo $this->basePath('/react-bundles/menu/main.css') ?>">
|
Línea 61... |
Línea 62... |
61 |
<link rel="stylesheet" href="<?php echo $this->basePath('/react-bundles/menu/main.css') ?>">
|
62 |
<script src="<?php echo $this->basePath('plugins/ckeditor/ckeditor.js') ?>"></script>
|
62 |
|
63 |
|
63 |
<?php
|
64 |
<?php
|
64 |
echo $this->headStyle();
|
65 |
echo $this->headStyle();
|