Vetsi Update
This commit is contained in:
@@ -63,7 +63,7 @@ function nahrajKatalog($data) {
|
||||
$i++;
|
||||
}
|
||||
|
||||
file_put_contents($cesta, $jsonData);
|
||||
echo json_encode(file_put_contents($cesta, $jsonData));
|
||||
}
|
||||
|
||||
// Zverejni je hotovy
|
||||
@@ -117,7 +117,7 @@ function vykresliKatalog() {
|
||||
|
||||
foreach($v as $p) {
|
||||
$output .= ' <tr>
|
||||
<td scope="row" class="col-6">'.$p->nazev.'</td>
|
||||
<td scope="row" class="col-6">'.$p->rozmery.'</td>
|
||||
<td class="col-2">'.$p->mj.'</sup></td>
|
||||
<td class="text_vlevo col-2">'.$p->cena.'</td>
|
||||
<td class="text_vlevo col-2">'.$p->cenadph.'</td>
|
||||
|
||||
Reference in New Issue
Block a user