| Línea 198... |
Línea 198... |
| 198 |
</div>
|
198 |
</div>
|
| 199 |
<?php if ($currentUser->hasIdentity()) : ?>
|
199 |
<?php if ($currentUser->hasIdentity()) : ?>
|
| 200 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
|
200 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
|
| 201 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
|
201 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
|
| 202 |
<?php endif; ?>
|
202 |
<?php endif; ?>
|
| - |
|
203 |
|
| - |
|
204 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery/jquery.min.js') ?>"></script>
|
| - |
|
205 |
<!-- Bootstrap 4 -->
|
| - |
|
206 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap/js/bootstrap.bundle.min.js') ?>"></script>
|
| - |
|
207 |
<!-- Aplicacion -->
|
| - |
|
208 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
|
| - |
|
209 |
|
| - |
|
210 |
<script type="text/javascript" src="<?php echo $this->basePath('js/app.js') ?>"></script>
|
| - |
|
211 |
|
| Línea 203... |
Línea 212... |
| 203 |
|
212 |
|
| 204 |
<?php
|
213 |
<?php
|
| 205 |
echo $this->inlineScript();
|
214 |
echo $this->inlineScript();
|
| 206 |
?>
|
215 |
?>
|