Línea 207... |
Línea 207... |
207 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap-notify/bootstrap-notify.min.js') ?>"></script> -->
|
207 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap-notify/bootstrap-notify.min.js') ?>"></script> -->
|
208 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('vendors/cryptojs/cryptojs-aes.min.js') ?>"></script> -->
|
208 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('vendors/cryptojs/cryptojs-aes.min.js') ?>"></script> -->
|
209 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('js/jquery.mCustomScrollbar.js') ?>"></script> -->
|
209 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('js/jquery.mCustomScrollbar.js') ?>"></script> -->
|
Línea 210... |
Línea 210... |
210 |
|
210 |
|
211 |
|
211 |
|
212 |
<!-- <?php if ($currentUser->hasIdentity()) : ?>
|
212 |
<?php if ($currentUser->hasIdentity()) : ?> -->
|
213 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/uploader/plupload.full.min.js') ?>"></script>
|
- |
|
214 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/jquery.ui.plupload.js') ?>"></script>
|
213 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('vendors/uploader/plupload.full.min.js') ?>"></script>
|
- |
|
214 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/jquery.ui.plupload.js') ?>"></script> -->
|
215 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
|
215 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
|
Línea 216... |
Línea 216... |
216 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
|
216 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
|
Línea 217... |
Línea 217... |
217 |
<script type="text/javascript" src="<?php echo $this->basePath('js/lightbox.js') ?>"></script>
|
217 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('js/lightbox.js') ?>"></script> -->
|
Línea 218... |
Línea 218... |
218 |
|
218 |
|
219 |
<?php endif; ?> -->
|
219 |
<?php endif; ?>
|