Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5365 | Rev 5794 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5365 Rev 5793
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