Línea 191... |
Línea 191... |
191 |
?>
|
191 |
?>
|
Línea 192... |
Línea 192... |
192 |
|
192 |
|
193 |
</div>
|
193 |
</div>
|
Línea 194... |
Línea 194... |
194 |
<!--theme-layout end-->
|
194 |
<!--theme-layout end-->
|
195 |
|
195 |
|
Línea 196... |
Línea 196... |
196 |
<script type="text/javascript" src="<?php echo $this->basePath('js/jquery.min.js') ?>"></script>
|
196 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('js/jquery.min.js') ?>"></script>
|
197 |
<script type="text/javascript" src="<?php echo $this->basePath('js/jquery-ui.min.js') ?>"></script>
|
197 |
<script type="text/javascript" src="<?php echo $this->basePath('js/jquery-ui.min.js') ?>"></script> -->
|
198 |
|
198 |
|
199 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('js/popper.js') ?>"></script> -->
|
199 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('js/popper.js') ?>"></script> -->
|
200 |
<script type="text/javascript" src="<?php echo $this->basePath('js/bootstrap.min.js') ?>"></script>
|
200 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('js/bootstrap.min.js') ?>"></script> -->
|
201 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('lib/slick/slick.min.js') ?>"></script> -->
|
201 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('lib/slick/slick.min.js') ?>"></script> -->
|
202 |
<script type="text/javascript" src="<?php echo $this->basePath('js/script.js') ?>"></script>
|
202 |
<script type="text/javascript" src="<?php echo $this->basePath('js/script.js') ?>"></script>
|
203 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('vendors/nprogress/nprogress.js') ?>"></script>
|
203 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('vendors/nprogress/nprogress.js') ?>"></script>
|
204 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery-validation/jquery.validate.min.js') ?>"></script>
|
204 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery-validation/jquery.validate.min.js') ?>"></script>
|
205 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery-validation/additional-methods.min.js') ?>"></script>
|
205 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery-validation/additional-methods.min.js') ?>"></script>
|
206 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery-validation/localization/messages_es.min.js') ?>"></script> -->
|
206 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery-validation/localization/messages_es.min.js') ?>"></script> -->
|
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> -->
|
210 |
|
210 |
|
211 |
|
211 |
|
212 |
<?php if ($currentUser->hasIdentity()) : ?>
|
212 |
<!-- <?php if ($currentUser->hasIdentity()) : ?>
|
Línea 213... |
Línea 213... |
213 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/uploader/plupload.full.min.js') ?>"></script>
|
213 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/uploader/plupload.full.min.js') ?>"></script>
|
Línea 214... |
Línea 214... |
214 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/jquery.ui.plupload.js') ?>"></script>
|
214 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/jquery.ui.plupload.js') ?>"></script>
|
Línea 215... |
Línea 215... |
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/js/emojione.min.js') ?>"></script>
|
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/smiley.js') ?>"></script>
|