| Línea 1... |
Línea 1... |
| 1 |
<?php
|
1 |
<?php
|
| Línea 2... |
Línea 2... |
| 2 |
|
2 |
|
| 3 |
use LeadersLinked\Library\Functions;
|
3 |
use LeadersLinked\Library\Functions;
|
| - |
|
4 |
use LeadersLinked\Model\UserType;
|
| Línea 4... |
Línea 5... |
| 4 |
use LeadersLinked\Model\UserType;
|
5 |
use LeadersLinked\Model\Theme;
|
| 5 |
|
6 |
|
| 6 |
$notify = '';
|
7 |
$notify = '';
|
| 7 |
$messages = $this->flashMessenger()->getInfoMessages();
|
8 |
$messages = $this->flashMessenger()->getInfoMessages();
|
| Línea 147... |
Línea 148... |
| 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/style-cesa.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/main.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('look-and-field/navbar.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('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('look-and-field/dashboard.css') ?>" />
|
| 152 |
|
153 |
|
| - |
|
154 |
<?php if ($currentNetwork->theme_id == Theme::THEME_LEADERSLINKED_LINKEDIN) : ?>
|
| 153 |
<!-- <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('react-bundles/templates/linkedin/main.css') ?>" /> -->
|
155 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('react-bundles/templates/linkedin/main.css') ?>"
|
| - |
|
156 |
<?php endif; ?>
|
| Línea 154... |
Línea 157... |
| 154 |
|
157 |
|
| Línea 155... |
Línea 158... |
| 155 |
<?php endif; ?>
|
158 |
<?php endif; ?>
|
| 156 |
|
159 |
|