Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14527 Rev 14592
Línea 1... Línea 1...
1
<?php
1
<?php
-
 
2
 
2
use LeadersLinked\Model\UserExperience;
3
use LeadersLinked\Model\UserExperience;
-
 
4
 
3
$acl = $this->viewModel()
5
$acl = $this->viewModel()
4
    ->getRoot()
6
    ->getRoot()
5
    ->getVariable('acl');
7
    ->getVariable('acl');
6
$currentUserHelper = $this->currentUserHelper();
8
$currentUserHelper = $this->currentUserHelper();
7
$currentUser = $currentUserHelper->getUser();
9
$currentUser = $currentUserHelper->getUser();
Línea 54... Línea 56...
54
    companySize: "$company_size",
56
    companySize: "$company_size",
55
    companyName: "$company_name",
57
    companyName: "$company_name",
56
    foundationYear: "$foundation_year",
58
    foundationYear: "$foundation_year",
57
    website: "$website",
59
    website: "$website",
58
    header: "$header",
60
    header: "$header",
59
    footer: "$footer"
61
    footer: "$footer",
-
 
62
    googleApiKey: '$google_map_key'
60
}
63
}
61
JS;
64
JS;
Línea 62... Línea 65...
62
 
65
 
63
$this->inlineScript()->appendScript($js);
66
$this->inlineScript()->appendScript($js);