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');
|
42 |
$this->inlineScript()->appendFile('/react-bundles/group/groupView/groupView.js');
|
43 |
$this->inlineScript()->appendFile('/react-bundles/group/groupView/groupView.js');
|
43 |
}
|
44 |
}
|
44 |
?>
|
45 |
?>
|
Línea 45... |
Línea 46... |
45 |
|
46 |
|