Línea 5... |
Línea 5... |
5 |
$routeTimeline = $this->url('feeds/timeline');
|
5 |
$routeTimeline = $this->url('feeds/timeline');
|
Línea 6... |
Línea 6... |
6 |
|
6 |
|
7 |
$this->headLink()->appendStylesheet('css/line-awesome.css');
|
7 |
$this->headLink()->appendStylesheet('css/line-awesome.css');
|
8 |
$this->headLink()->appendStylesheet('css/line-awesome-font-awesome.min.css');
|
8 |
$this->headLink()->appendStylesheet('css/line-awesome-font-awesome.min.css');
|
9 |
$this->headLink()->appendStylesheet('vendors/fontawesome-free/css/all.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');
|
10 |
$this->headLink()->appendStylesheet('vendors/font-awesome/css/font-awesome.min.css');
|
11 |
$this->headLink()->appendStylesheet('css/font-awesome.min.css');
|
11 |
$this->headLink()->appendStylesheet('css/font-awesome.min.css');
|
Línea 12... |
Línea 12... |
12 |
$this->headLink()->appendStylesheet('vendors/font-awesome/font-awesome.min.css');
|
12 |
$this->headLink()->appendStylesheet('vendors/font-awesome/font-awesome.min.css');
|
13 |
|
13 |
|
Línea 17... |
Línea 17... |
17 |
JS;
|
17 |
JS;
|
Línea 18... |
Línea 18... |
18 |
|
18 |
|
19 |
$this->inlineScript()->appendScript($js);
|
19 |
$this->inlineScript()->appendScript($js);
|
20 |
$this->headLink()->appendStylesheet('/css/style.css');
|
20 |
$this->headLink()->appendStylesheet('/css/style.css');
|
- |
|
21 |
$this->headLink()->appendStylesheet('/css/dashboard.css');
|
21 |
$this->headLink()->appendStylesheet('/css/dashboard.css');
|
22 |
$this->headLink()->appendStylesheet('/react-bundles/feeds/main.js');
|
22 |
$this->inlineScript()->appendFile('/react-bundles/feeds/feedsBundle.js');
|
23 |
$this->inlineScript()->appendFile('/react-bundles/feeds/feedsBundle.js');
|
Línea 23... |
Línea 24... |
23 |
?>
|
24 |
?>
|
24 |
|
25 |
|
25 |
<div id="admin-feeds">
|
26 |
<div id="admin-feeds">
|