Skip to content

Commit 555ac83

Browse files
committed
Set $addsize to false by default
In favor of css
1 parent 90013d2 commit 555ac83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/layout.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function resize_image($img, $width = 1, $height = 1)
6464

6565
// Return an <img> tag for a given image file available on the server
6666
function make_image($file, $alt = false, $align = false, $extras = false,
67-
$dir = '/images', $addsize = true)
67+
$dir = '/images', $addsize = false)
6868
{
6969
// If no / was provided at the start of $dir, add it
7070
$webdir = $_SERVER['MYSITE'] . ($dir[0] == '/' ? '' : '/') . $dir;

0 commit comments

Comments
 (0)