Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4553 Rev 4554
Línea 1... Línea 1...
1
<?php
1
<?php
-
 
2
 
2
use LeadersLinked\Model\Theme;
3
use LeadersLinked\Model\Theme;
Línea 3... Línea 4...
3
 
4
 
Línea 4... Línea 5...
4
$this->inlineScript()->appendFile('https://maps.googleapis.com/maps/api/js?key=' . $google_map_key . '&libraries=places');
5
$this->inlineScript()->appendFile('https://maps.googleapis.com/maps/api/js?key=' . $google_map_key . '&libraries=places');
Línea 111... Línea 112...
111
JS;
112
JS;
112
$this->inlineScript()->appendScript($js);
113
$this->inlineScript()->appendScript($js);
113
if ($currentNetwork->theme_id == Theme::THEME_LEADERSLINKED_LINKEDIN) {
114
if ($currentNetwork->theme_id == Theme::THEME_LEADERSLINKED_LINKEDIN) {
114
  $this->headLink()->appendStylesheet('/react-bundles/profile/edit/main.css');
115
  $this->headLink()->appendStylesheet('/react-bundles/profile/edit/main.css');
115
  $this->inlineScript()->appendFile('/react-bundles/profile/edit/linkedinProfileEditBundle.js');
116
  $this->inlineScript()->appendFile('/react-bundles/profile/edit/linkedinProfileEditBundle.js');
-
 
117
  $this->headLink()->appendStylesheet('/react-bundles/profile/view/main.css');
116
}else {
118
} else {
117
  $this->headLink()->appendStylesheet('/react-bundles/profile/edit/main.css');
119
  $this->headLink()->appendStylesheet('/react-bundles/profile/edit/main.css');
118
  $this->inlineScript()->appendFile('/react-bundles/profile/edit/profileEditBundle.js');
120
  $this->inlineScript()->appendFile('/react-bundles/profile/edit/profileEditBundle.js');
119
}
121
}
120
?>
122
?>