Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7183 Rev 7184
Línea 1... Línea 1...
1
<?php
1
<?php
Línea 2... Línea 2...
2
 
2
 
Línea -... Línea 3...
-
 
3
$routeEvents = $this->url('calendar/events');
-
 
4
 
-
 
5
 
-
 
6
 
3
$routeEvents = $this->url('calendar/events');
7
$this->inlineScript()->appendFile($this->basePath('vendors/nprogress/nprogress.js'));
4
 
8
$this->headLink()->appendStylesheet($this->basePath('vendors/nprogress/nprogress.css'));
5
 
9