Línea 189... |
Línea 189... |
189 |
echo $this->chatHelper($user->id);
|
189 |
echo $this->chatHelper($user->id);
|
190 |
}
|
190 |
}
|
191 |
?>
|
191 |
?>
|
Línea 192... |
Línea 192... |
192 |
|
192 |
|
193 |
</div>
|
- |
|
194 |
<!--theme-layout end-->
|
- |
|
195 |
|
- |
|
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> -->
|
- |
|
198 |
|
- |
|
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> -->
|
- |
|
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> -->
|
- |
|
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>
|
- |
|
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> -->
|
- |
|
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> -->
|
- |
|
209 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('js/jquery.mCustomScrollbar.js') ?>"></script> -->
|
- |
|
210 |
|
- |
|
211 |
|
193 |
</div>
|
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> -->
|
194 |
<?php if ($currentUser->hasIdentity()) : ?>
|
215 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
|
195 |
<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>
|
- |
|
217 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('js/lightbox.js') ?>"></script> -->
|
- |
|
218 |
|
196 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
|
Línea 219... |
Línea -... |
219 |
<?php endif; ?>
|
- |
|
220 |
|
- |
|
221 |
<!-- <script type="text/javascript" src="<?php echo $this->basePath('js/leaderslinked.js') ?>"></script> -->
|
197 |
<?php endif; ?>
|
222 |
|
198 |
|
223 |
<?php
|
199 |
<?php
|
224 |
echo $this->inlineScript();
|
200 |
echo $this->inlineScript();
|