Línea 8... |
Línea 8... |
8 |
$routeDatatable = $this->url('followers');
|
8 |
$routeDatatable = $this->url('followers');
|
Línea 9... |
Línea 9... |
9 |
|
9 |
|
Línea 10... |
Línea 10... |
10 |
|
10 |
|
11 |
$allowDelete = $acl->isAllowed($roleName, 'followers/delete') ? 1 : 0;
|
11 |
$allowDelete = $acl->isAllowed($roleName, 'followers/delete') ? 1 : 0;
|
Línea 12... |
Línea 12... |
12 |
|
12 |
|
13 |
$this->headLink()->appendStylesheet($this->basePath('plugins/nprogress/nprogress.css'));
|
13 |
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/nprogress/nprogress.css'));
|
Línea 14... |
Línea 14... |
14 |
$this->inlineScript()->appendFile($this->basePath('plugins/nprogress/nprogress.js'));
|
14 |
$this->inlineScript()->appendFile($this->basePath('assets/vendors/nprogress/nprogress.js'));
|
15 |
|
15 |
|
16 |
$this->headLink()->appendStylesheet($this->basePath('plugins/datatables-bs4/css/dataTables.bootstrap4.min.css'));
|
16 |
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/datatables-bs4/css/dataTables.bootstrap4.min.css'));
|
17 |
$this->headLink()->appendStylesheet($this->basePath('plugins/datatables-responsive/css/responsive.bootstrap4.min.css'));
|
17 |
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/datatables-responsive/css/responsive.bootstrap4.min.css'));
|