Línea 112... |
Línea 112... |
112 |
<!-- App style -->
|
112 |
<!-- App style -->
|
113 |
<link rel="stylesheet" href="<?php echo $this->basePath('css/app.css') ?>">
|
113 |
<link rel="stylesheet" href="<?php echo $this->basePath('css/app.css') ?>">
|
114 |
<link rel="stylesheet" href="<?php echo $this->basePath('/react-bundles/menu/main.css') ?>">
|
114 |
<link rel="stylesheet" href="<?php echo $this->basePath('/react-bundles/menu/main.css') ?>">
|
115 |
<script src="<?php echo $this->basePath('plugins/ckeditor/ckeditor.js') ?>"></script>
|
115 |
<script src="<?php echo $this->basePath('plugins/ckeditor/ckeditor.js') ?>"></script>
|
Línea 116... |
Línea -... |
116 |
|
- |
|
117 |
<?php
|
- |
|
118 |
echo $this->headStyle();
|
- |
|
119 |
echo $this->headLink();
|
- |
|
120 |
echo $this->headScript();
|
- |
|
121 |
?>
|
- |
|
122 |
|
- |
|
123 |
|
116 |
|
124 |
<?php if ($currentUserHelper->hasIdentity()) : ?>
|
117 |
<?php if ($currentUserHelper->hasIdentity()) : ?>
|
125 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/icons.css') ?>" />
|
118 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/icons.css') ?>" />
|
126 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/smiley/assets/sprites/emojione.sprites.css') ?>" />
|
119 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/smiley/assets/sprites/emojione.sprites.css') ?>" />
|
127 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery-ui.css') ?>" />
|
120 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery-ui.css') ?>" />
|
128 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery.ui.plupload.css') ?>" />
|
121 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery.ui.plupload.css') ?>" />
|
129 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/style-cesa.css') ?>" />
|
122 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/style-cesa.css') ?>" />
|
130 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/chat.css') ?>" />
|
123 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/chat.css') ?>" />
|
- |
|
124 |
<?php endif; ?>
|
- |
|
125 |
<?php
|
- |
|
126 |
echo $this->headStyle();
|
- |
|
127 |
echo $this->headLink();
|
- |
|
128 |
echo $this->headScript();
|
- |
|
129 |
?>
|
- |
|
130 |
|
Línea 131... |
Línea 131... |
131 |
<?php endif; ?>
|
131 |
|
Línea 132... |
Línea 132... |
132 |
|
132 |
|
133 |
</head>
|
133 |
</head>
|