Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <tr>
  2. <th scope="row"><?= __('Files') ?></th>
  3. <?php echo $this->form->employesformations($employesformations->path.$employesformations->name, [
  4. 'alt' => $employesformations->name,
  5. 'url' => ['action' => 'view', $employesformations->id]
  6. ]);
  7. ?>
  8. </td>
  9. </tr>
  10. <tr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement