Línea 140... |
Línea 140... |
140 |
<?php if ($currentUser->hasIdentity()) : ?>
|
140 |
<?php if ($currentUser->hasIdentity()) : ?>
|
Línea 141... |
Línea 141... |
141 |
|
141 |
|
142 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/icons.css') ?>" />
|
142 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/icons.css') ?>" />
|
143 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/smiley/assets/sprites/emojione.sprites.css') ?>" />
|
143 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/smiley/assets/sprites/emojione.sprites.css') ?>" />
|
144 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('lib/slick/slick.css') ?>">
|
144 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('lib/slick/slick.css') ?>">
|
145 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('lib/slick/slick-theme.css') ?>">
|
145 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('lib/slick/slick-theme.css') ?>">
|
146 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/chat.css') ?>" />
|
146 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/chat.css') ?>" />
|
147 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/style-cesa.css') ?>" />
|
147 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/style-cesa.css') ?>" />
|
148 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/main.css') ?>" />
|
148 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/main.css') ?>" />
|
149 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/navbar.css') ?>" />
|
149 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/navbar.css') ?>" />
|
150 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('react-bundles/chat/main.css') ?>" />
|
150 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('react-bundles/chat/main.css') ?>" />
|
- |
|
151 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/dashboard.css') ?>" />
|
- |
|
152 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('react-bundles/templates/linkedin/main.css') ?>" />
|
151 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/dashboard.css') ?>" />
|
153 |
|
Línea 152... |
Línea 154... |
152 |
<?php endif; ?>
|
154 |
<?php endif; ?>
|
153 |
|
155 |
|
154 |
<?php
|
156 |
<?php
|