Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7309 Rev 7344
Línea 1... Línea 1...
1
  <?php
1
  <?php
2
  $this->inlineScript()->appendFile('/react-bundles/app/applicationBundle.js');
2
  //$this->inlineScript()->appendFile('/react-bundles/app/applicationBundle.js');
3
  $this->headLink()->appendStylesheet('/react-bundles/app/main.css');
3
  //$this->headLink()->appendStylesheet('/react-bundles/app/main.css');
4
  $this->headLink()->appendStylesheet('/vendors/smiley/assets/sprites/emojione.sprites.css');
4
  //$this->headLink()->appendStylesheet('/vendors/smiley/assets/sprites/emojione.sprites.css');
5
  $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');
6
  $this->inlineScript()->appendFile('https://www.google.com/recaptcha/api.js?render=explicit', 'text/javascript', ['async' => true, 'defer' => true]);
6
 // $this->inlineScript()->appendFile('https://www.google.com/recaptcha/api.js?render=explicit', 'text/javascript', ['async' => true, 'defer' => true]);
Línea 7... Línea 7...
7
 
7
 
Línea 8... Línea 8...
8
  ?>
8
  ?>
9
 
9