We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$addsize
1 parent 90013d2 commit 555ac83Copy full SHA for 555ac83
include/layout.inc
@@ -64,7 +64,7 @@ function resize_image($img, $width = 1, $height = 1)
64
65
// Return an <img> tag for a given image file available on the server
66
function make_image($file, $alt = false, $align = false, $extras = false,
67
- $dir = '/images', $addsize = true)
+ $dir = '/images', $addsize = false)
68
{
69
// If no / was provided at the start of $dir, add it
70
$webdir = $_SERVER['MYSITE'] . ($dir[0] == '/' ? '' : '/') . $dir;
0 commit comments