1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-04-22 01:41:54 +02:00

comment reflected wrongly to area variabel, issue #29

This commit is contained in:
Mikael Roos 2014-05-20 01:39:51 +02:00
parent a96cd7a4cc
commit 9e461787c7

View File

@ -63,7 +63,7 @@ return array(
'w2' => 630,
);
// Add column width to $area, useful for use as predefined size for width (or height).
// Add grid column width, useful for use as predefined size for width (or height).
$gridColumnWidth = 30;
$gridGutterWidth = 10;
$gridColumns = 24;