Línea 18... |
Línea 18... |
18 |
$routeSocialNetworks = $this->url('profile/social-network', [ 'id' => $currentCompany->uuid]);
|
18 |
$routeSocialNetworks = $this->url('profile/social-network', [ 'id' => $currentCompany->uuid]);
|
19 |
$routeLocationAdd = $this->url('profile/location', [ 'id' => $currentCompany->uuid, 'operation' => 'add']);
|
19 |
$routeLocationAdd = $this->url('profile/location', [ 'id' => $currentCompany->uuid, 'operation' => 'add']);
|
20 |
$routeFoundationYear = $this->url('profile/foundation_year', [ 'id' => $currentCompany->uuid, 'operation' => 'add']);
|
20 |
$routeFoundationYear = $this->url('profile/foundation_year', [ 'id' => $currentCompany->uuid, 'operation' => 'add']);
|
21 |
$routeImageUpload = $this->url('profile/image', [ 'id' => $currentCompany->uuid, 'operation' => 'upload']);
|
21 |
$routeImageUpload = $this->url('profile/image', [ 'id' => $currentCompany->uuid, 'operation' => 'upload']);
|
22 |
$routeCoverUpload = $this->url('profile/cover', [ 'id' => $currentCompany->uuid, 'operation' => 'upload']);
|
22 |
$routeCoverUpload = $this->url('profile/cover', [ 'id' => $currentCompany->uuid, 'operation' => 'upload']);
|
- |
|
23 |
$routeFooterUpload = $this->url('profile/footer', [ 'id' => $currentCompany->uuid, 'operation' => 'upload']);
|
- |
|
24 |
$routeHeaderUpload = $this->url('profile/header', [ 'id' => $currentCompany->uuid, 'operation' => 'upload']);
|
Línea 23... |
Línea 25... |
23 |
|
25 |
|
Línea 24... |
Línea 26... |
24 |
|
26 |
|