mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-06 08:07:42 +02:00
comment reflected wrongly to area variabel, issue #29
This commit is contained in:
@@ -63,7 +63,7 @@ return array(
|
|||||||
'w2' => 630,
|
'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;
|
$gridColumnWidth = 30;
|
||||||
$gridGutterWidth = 10;
|
$gridGutterWidth = 10;
|
||||||
$gridColumns = 24;
|
$gridColumns = 24;
|
||||||
|
Reference in New Issue
Block a user