src/Rhyme/WMassArtsHub/Resources/contao/templates/profile/artshub_profile_list_default.html5 line 3

Open in your IDE?
  1. <?php
  2. use Contao\StringUtil;
  3. $arrImage $this->getListerMainImage();
  4. ?>
  5. <form action="<?= $this->action?>" id="<?= $this->formId?>" name="artshubCollection<?= rand(); ?>" method="post" enctype="<?= $this->enctype?>">
  6.     <div class="formbody">
  7.         <input type="hidden" name="FORM_SUBMIT" value="<?= $this->formSubmit?>">
  8.         <input type="hidden" name="REQUEST_TOKEN" value="{{request_token}}">
  9.         <a href="<?= $this->href?>" title="<?= StringUtil::specialchars($this->name?>">
  10.             <div class="image_container">
  11.                 <?php $this->insert('picture_default'$arrImage['picture']); ?>
  12.             </div>
  13.             <h3><?= $this->name?></h3>
  14.         </a>
  15.     </div>
  16. </form>