Línea 32... |
Línea 32... |
32 |
$this->inlineScript()->appendScript($js);
|
32 |
$this->inlineScript()->appendScript($js);
|
Línea 33... |
Línea 33... |
33 |
|
33 |
|
34 |
if ($currentNetwork->theme_id == Theme::THEME_LEADERSLINKED_LINKEDIN) {
|
34 |
if ($currentNetwork->theme_id == Theme::THEME_LEADERSLINKED_LINKEDIN) {
|
35 |
$this->inlineScript()->appendFile('/react-bundles/company/view/linkedinCompanyViewBundle.js');
|
35 |
$this->inlineScript()->appendFile('/react-bundles/company/view/linkedinCompanyViewBundle.js');
|
- |
|
36 |
$this->headLink()->appendStylesheet('/react-bundles/company/view/main.css');
|
36 |
$this->headLink()->appendStylesheet('/react-bundles/company/view/main.css');
|
37 |
$this->headLink()->appendStylesheet('/react-bundles/templates/linkedin/dashboard/main.css');
|
37 |
} else {
|
38 |
} else {
|
38 |
$this->headLink()->appendStylesheet('/look-and-field/dashboard.css');
|
39 |
$this->headLink()->appendStylesheet('/look-and-field/dashboard.css');
|
39 |
$this->inlineScript()->appendFile('/react-bundles/company/view/companyViewBundle.js');
|
40 |
$this->inlineScript()->appendFile('/react-bundles/company/view/companyViewBundle.js');
|