Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2331 Rev 3537
Línea 1... Línea 1...
1
<?php
1
<?php
2
$acl            = $this->viewModel()->getRoot()->getVariable('acl');
2
$acl            = $this->viewModel()->getRoot()->getVariable('acl');
3
$currentUser    = $this->currentUserHelper();
3
$currentUser    = $this->currentUserHelper();
4
$roleName       = $currentUser->getUserTypeId();
4
$roleName       = $currentUser->getUserTypeId();
Línea 5... Línea -...
5
 
-
 
6
 
5
 
7
$this->headLink()->appendStylesheet('/react-bundles/company/invitations-received/main.css');
6
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
8
$this->inlineScript()->appendFile('/react-bundles/company/invitations-received/invitationsReceivedBundle.js');
7
$this->inlineScript()->appendFile('/react-bundles/company/invitations-received/invitationsReceivedBundle.js');
Línea 9... Línea 8...
9
?>
8
?>
10
 
9