Lines Matching refs:image
54 // Resize the image using the output of make_image()
57 // Drop width and height values from image if available
61 // Return image with new width and height added
69 // Return an <img> tag for a given image file available on the server
93 // Return with image built up
111 // Shortcut to usual news image printing (right floating
112 // image from the news dir with an alt and an URL)
113 function news_image($URL, $image, $alt, $print = true)
115 $str = "<a href=\"$URL\">" . make_image("news/$image", $alt, "right") . "</a>";
122 // Return HTML code for a submit button image
126 // Get an image without size info and convert the
136 // Return with ready input image
137 return '<input type="image"' . substr($img, 4);
372 $image = "";
374 …$image = news_image($item["newsImage"]["link"], $item["newsImage"]["content"], $item["newsImage"][…
412 <div class="newsImage">{$image}</div>
431 $meta_image_path = $MYSITE . 'images/meta-image.png';
450 <meta name="twitter:image:src" content="{$meta_image_path}" />
454 <meta itemprop="image" content="{$meta_image_path}" />
456 <meta property="og:image" content="{$meta_image_path}" />
514 image: '/images/php8/logo_php8_4.svg',