Línea 186... |
Línea 186... |
186 |
<!-- Font Awesome -->
|
186 |
<!-- Font Awesome -->
|
187 |
<link rel="stylesheet" href="<?php echo $this->basePath('plugins/font-awesome/css/font-awesome.css') ?>">
|
187 |
<link rel="stylesheet" href="<?php echo $this->basePath('plugins/font-awesome/css/font-awesome.css') ?>">
|
188 |
<!-- Theme style -->
|
188 |
<!-- Theme style -->
|
189 |
<link rel="stylesheet" href="<?php echo $this->basePath('css/adminlte.min.css') ?>">
|
189 |
<link rel="stylesheet" href="<?php echo $this->basePath('css/adminlte.min.css') ?>">
|
190 |
<!-- App style -->
|
190 |
<!-- App style -->
|
191 |
<link rel="stylesheet" href="<?php echo $this->basePath('css/app.css') ?>">
|
- |
|
192 |
<link rel="stylesheet" href="<?php echo $this->basePath('/react-bundles/menu/main.css') ?>">
|
191 |
<link rel="stylesheet" href="<?php echo $this->basePath('/react-bundles/menu/main.css') ?>">
|
193 |
<script src="<?php echo $this->basePath('plugins/ckeditor/ckeditor.js') ?>"></script>
|
192 |
<script src="<?php echo $this->basePath('plugins/ckeditor/ckeditor.js') ?>"></script>
|
Línea 194... |
Línea 193... |
194 |
|
193 |
|
195 |
<?php if ($currentUserHelper->hasIdentity()) : ?>
|
194 |
<?php if ($currentUserHelper->hasIdentity()) : ?>
|
Línea 199... |
Línea 198... |
199 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery.ui.plupload.css') ?>" />
|
198 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery.ui.plupload.css') ?>" />
|
Línea 200... |
Línea 199... |
200 |
|
199 |
|
201 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/chat.css') ?>" />
|
200 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/chat.css') ?>" />
|
202 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/style-cesa.css') ?>" />
|
201 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/style-cesa.css') ?>" />
|
- |
|
202 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/responsive-cesa.css') ?>" />
|
203 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/responsive-cesa.css') ?>" />
|
203 |
<link rel="stylesheet" href="<?php echo $this->basePath('css/main.css') ?>">
|
204 |
<?php endif; ?>
|
204 |
<?php endif; ?>
|
205 |
<?php
|
205 |
<?php
|
206 |
echo $this->headStyle();
|
206 |
echo $this->headStyle();
|
207 |
echo $this->headLink();
|
207 |
echo $this->headLink();
|