| Línea 3... |
Línea 3... |
| 3 |
$currentUser = $currentUser->getUser();
|
3 |
$currentUser = $currentUser->getUser();
|
| Línea 4... |
Línea 4... |
| 4 |
|
4 |
|
| Línea 5... |
Línea 5... |
| 5 |
$routeTimeline = $this->url('feeds/timeline');
|
5 |
$routeTimeline = $this->url('feeds/timeline');
|
| 6 |
|
6 |
|
| Línea 7... |
Línea 7... |
| 7 |
|
7 |
|
| Línea 8... |
Línea 8... |
| 8 |
$this->headLink()->appendStylesheet($this->basePath('plugins/nprogress/nprogress.css'));
|
8 |
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/nprogress/nprogress.css'));
|
| 9 |
$this->inlineScript()->appendFile($this->basePath('plugins/nprogress/nprogress.js'));
|
9 |
$this->inlineScript()->appendFile($this->basePath('assets/vendors/nprogress/nprogress.js'));
|
| Línea 10... |
Línea 10... |
| 10 |
|
10 |
|
| 11 |
$this->inlineScript()->appendFile($this->basePath('plugins/ckeditor/ckeditor.js'));
|
11 |
$this->inlineScript()->appendFile($this->basePath('assets/vendors/ckeditor/ckeditor.js'));
|
| 12 |
|
12 |
|
| 13 |
|
13 |
|
| 14 |
$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-fileinput/css/fileinput.min.css'));
|
14 |
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/bootstrap-fileinput/css/fileinput.min.css'));
|
| 15 |
$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-fileinput/themes/explorer-fa/theme.css'));
|
15 |
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/bootstrap-fileinput/themes/explorer-fa/theme.css'));
|
| Línea 16... |
Línea 16... |
| 16 |
|
16 |
|
| 17 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-fileinput/js/plugins/piexif.js'));
|
17 |
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/js/assets/vendors/piexif.js'));
|
| 18 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-fileinput/js/plugins/sortable.js'));
|
18 |
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/js/assets/vendors/sortable.js'));
|
| Línea 19... |
Línea 19... |
| 19 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-fileinput/js/fileinput.js'));
|
19 |
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/js/fileinput.js'));
|
| Línea 20... |
Línea 20... |
| 20 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-fileinput/js/locales/es.js'));
|
20 |
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/js/locales/es.js'));
|
| Línea 21... |
Línea 21... |
| 21 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-fileinput/themes/fa/theme.js'));
|
21 |
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/themes/fa/theme.js'));
|
| 22 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-fileinput/themes/explorer-fa/theme.js'));
|
22 |
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/themes/explorer-fa/theme.js'));
|
| 23 |
|
23 |
|
| 24 |
|
24 |
|