Línea 78... |
Línea 78... |
78 |
if ($currentNetwork->theme_id == Theme::THEME_LEADERSLINKED_LINKEDIN) {
|
78 |
if ($currentNetwork->theme_id == Theme::THEME_LEADERSLINKED_LINKEDIN) {
|
79 |
$this->headLink()->appendStylesheet('/react-bundles/dashboard/linkedin/main.css');
|
79 |
$this->headLink()->appendStylesheet('/react-bundles/dashboard/linkedin/main.css');
|
80 |
$this->headLink()->appendStylesheet('/react-bundles/group/groupView/main.css');
|
80 |
$this->headLink()->appendStylesheet('/react-bundles/group/groupView/main.css');
|
81 |
$this->inlineScript()->appendFile('/react-bundles/group/groupView/linkedinGroupView.js');
|
81 |
$this->inlineScript()->appendFile('/react-bundles/group/groupView/linkedinGroupView.js');
|
82 |
} else {
|
82 |
} else {
|
83 |
$this->headLink()->appendStylesheet('/look-and-field/dashboard.css');
|
83 |
$this->headLink()->appendStylesheet('/look-and-field/group.css');
|
84 |
$this->inlineScript()->appendFile('/react-bundles/group/groupView/groupView.js');
|
84 |
$this->inlineScript()->appendFile('/react-bundles/group/groupView/groupView.js');
|
85 |
}
|
85 |
}
|
86 |
?>
|
86 |
?>
|
Línea 87... |
Línea 87... |
87 |
|
87 |
|