| Línea 37... |
Línea 37... |
| 37 |
if ($currentNetwork->theme_id == Theme::THEME_LEADERSLINKED_LINKEDIN) {
|
37 |
if ($currentNetwork->theme_id == Theme::THEME_LEADERSLINKED_LINKEDIN) {
|
| 38 |
$this->headLink()->appendStylesheet('/react-bundles/dashboard/linkedin/main.css');
|
38 |
$this->headLink()->appendStylesheet('/react-bundles/dashboard/linkedin/main.css');
|
| 39 |
$this->headLink()->appendStylesheet('/react-bundles/group/groupView/main.css');
|
39 |
$this->headLink()->appendStylesheet('/react-bundles/group/groupView/main.css');
|
| 40 |
$this->inlineScript()->appendFile('/react-bundles/group/groupView/linkedinGroupView.js');
|
40 |
$this->inlineScript()->appendFile('/react-bundles/group/groupView/linkedinGroupView.js');
|
| 41 |
} else {
|
41 |
} else {
|
| 42 |
$this->headLink()->appendStylesheet('/look-and-field/dashboard.css');
|
- |
|
| 43 |
$this->inlineScript()->appendFile('/react-bundles/group/groupView/groupView.js');
|
42 |
$this->inlineScript()->appendFile('/react-bundles/group/groupView/groupView.js');
|
| 44 |
}
|
43 |
}
|
| 45 |
?>
|
44 |
?>
|
| Línea 46... |
Línea 45... |
| 46 |
|
45 |
|