Guest User

Untitled

a guest
May 17th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <img src="<?= $this->url('application', ['action'=>'file'],
  2. ['query'=>['name'=>$foto], 'thumbnail'=>true]); ?>" alt="" class="d-block w-100" data-toggle="modal" data-target="#exampleModal">
  3.  
  4. $result .= '<img src="'.('application', ['action'=>'file'],
  5. ['query'=>['name'=>$escapeHtml($foto)], 'thumbnail'=>true]).'" alt="" class="d-block w-100" data-toggle="modal" data-target="#exampleModal">';
  6.  
  7. $this->url
Add Comment
Please, Sign In to add comment