Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5895 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5895 Rev 5896
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