Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16652 Rev 16697
Línea 2... Línea 2...
2
$currentUser = $this->currentUserHelper();
2
$currentUser = $this->currentUserHelper();
3
$currentUser = $currentUser->getUser();
3
$currentUser = $currentUser->getUser();
Línea 4... Línea 4...
4
 
4
 
Línea 5... Línea -...
5
$routeTimeline = $this->url('feeds/timeline');
-
 
6
 
-
 
7
$this->headLink()->appendStylesheet('css/line-awesome.css');
-
 
8
$this->headLink()->appendStylesheet('css/line-awesome-font-awesome.min.css');
-
 
9
$this->headLink()->appendStylesheet('vendors/fontawesome-free/css/all.min.css');
-
 
10
$this->headLink()->appendStylesheet('vendors/font-awesome/css/font-awesome.min.css');
-
 
11
$this->headLink()->appendStylesheet('css/font-awesome.min.css');
-
 
12
$this->headLink()->appendStylesheet('vendors/font-awesome/font-awesome.min.css');
5
$routeTimeline = $this->url('feeds/timeline');
13
 
-
 
14
$js = <<<JS
6
 
15
const backendVar={}
7
$js = <<<JS
Línea 16... Línea 8...
16
const routeTimeline= "$routeTimeline"
8
const routeTimeline= "$routeTimeline"
17
JS;
9
JS;
18
 
-
 
19
$this->inlineScript()->appendScript($js);
10
 
20
$this->headLink()->appendStylesheet('/css/style.css');
11
$this->inlineScript()->appendScript($js);
21
$this->headLink()->appendStylesheet('/css/dashboard.css');
12
$this->headLink()->appendStylesheet('/css/style.css');
Línea 22... Línea 13...
22
$this->headLink()->appendStylesheet('/react-bundles/feeds/main.css');
13
$this->headLink()->appendStylesheet('/react-bundles/feeds/main.css');