Línea 118... |
Línea 118... |
118 |
echo $this->headStyle();
|
118 |
echo $this->headStyle();
|
119 |
echo $this->headLink();
|
119 |
echo $this->headLink();
|
120 |
echo $this->headScript();
|
120 |
echo $this->headScript();
|
121 |
?>
|
121 |
?>
|
Línea 122... |
Línea -... |
122 |
|
- |
|
- |
|
122 |
|
Línea 123... |
Línea 123... |
123 |
<?php if ($currentUserPlugin->hasIdentity()) : ?>
|
123 |
|
124 |
|
124 |
|
125 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/icons.css') ?>" />
|
125 |
<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') ?>" />
|
126 |
<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') ?>" />
|
127 |
<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') ?>" />
|
128 |
<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') ?>" />
|
- |
|
- |
|
129 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/style-cesa.css') ?>" />
|
Línea 130... |
Línea 130... |
130 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/chat.css') ?>" />
|
130 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/chat.css') ?>" />
|
Línea 131... |
Línea 131... |
131 |
<?php endif; ?>
|
131 |
|
132 |
|
132 |
|
Línea 162... |
Línea 162... |
162 |
<script src="<?php echo $this->basePath('js/app.js') ?>"></script>
|
162 |
<script src="<?php echo $this->basePath('js/app.js') ?>"></script>
|
163 |
<?php
|
163 |
<?php
|
164 |
echo $this->inlineScript();
|
164 |
echo $this->inlineScript();
|
165 |
?>
|
165 |
?>
|
Línea 166... |
Línea -... |
166 |
|
- |
|
- |
|
166 |
|
167 |
<?php if ($currentUserPlugin->hasIdentity()) : ?>
|
167 |
|
168 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
|
168 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
|
169 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
|
- |
|
170 |
<?php endif; ?>
|
169 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
|
171 |
|
170 |
|
Línea 172... |
Línea 171... |
172 |
</body>
|
171 |
</body>
|
173 |
|
172 |
|