Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $imgTSConfig = $this->typolink_conf;
  2. $imgTSConfig['file']            = 'uploads/'.$image;
  3. $imgTSConfig['altText']         = $row['title'];
  4. $imgTSConfig['titleText']       = $row['title'];
  5. $imgTSConfig['file.']['maxW']   = $imagewidth;
  6. $imgTSConfig['file.']['maxH']   = $imageheight;
  7.  
  8. $markerArray['###IMAGE###']     .= $this->cObj->IMAGE($imgTSConfig);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement