Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2 Rev 3
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();
Línea 4... Línea 4...
4
 
4
 
Línea 5... Línea 5...
5
$routeReports = $this->url('microlearning/reports'); 
5
$routeReports = $this->url('microlearning/reports/progress'); 
Línea 6... Línea 6...
6
 
6