Línea 1... |
Línea 1... |
1 |
<?php
|
1 |
<?php
|
- |
|
2 |
$emojione_image_path_png = $this->basePath('vendors/smiley/assets/png/');
|
- |
|
3 |
|
2 |
$this->inlineScript()->appendFile('/react-bundles/app/applicationBundle.js');
|
4 |
$this->inlineScript()->appendFile('/react-bundles/app/applicationBundle.js');
|
3 |
$this->headLink()->appendStylesheet('/react-bundles/app/main.css');
|
5 |
$this->headLink()->appendStylesheet('/react-bundles/app/main.css');
|
4 |
$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]);
|
5 |
$this->inlineScript()->appendFile('https://maps.googleapis.com/maps/api/js?key=' . $google_map_key . '&libraries=places');
|
7 |
$this->inlineScript()->appendFile('https://maps.googleapis.com/maps/api/js?key=' . $google_map_key . '&libraries=places');
|
6 |
?>
|
8 |
?>
|
Línea 11... |
Línea 13... |
11 |
<div class="bounce1"></div>
|
13 |
<div class="bounce1"></div>
|
12 |
<div class="bounce2"></div>
|
14 |
<div class="bounce2"></div>
|
13 |
<div class="bounce3"></div>
|
15 |
<div class="bounce3"></div>
|
14 |
</div>
|
16 |
</div>
|
15 |
</div>
|
17 |
</div>
|
16 |
</div>
|
- |
|
17 |
|
18 |
</div>
|
- |
|
19 |
|
- |
|
20 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
|
- |
|
21 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
|
- |
|
22 |
|
18 |
|
23 |
|