( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
$themeid = $_GET["theme_id"];
$row = getParamJSONTheme($themeid);
if(!empty($row['params'])){
$params = json_decode("[".$row['params']."]");
$width = $params[0]->width;
$height = $params[0]->height;
}
else
{
$width =600;
$height = 600;
}
//display grid
//makeGrid($background,$gridWidth, $gridHeight, $width, $height)
$fileServer ="v/uploads/opengallery/";
$newPic = $_GET['newPic'];
$newPic =str_replace("[STARTAG]-","",$newPic);
$file0="$newPic";
MakeGridStartag($background, $file0, 100,10,10, 0,0,10,10, $width,$height);
?>