<?php echo '<button class="button">', pll_e('menu_btn'), '</button>'; ?>
<div style="display: block;"> <center> <a href="stone.php?ids=<?=$view['id']?>"><img width="32" height="32" src="img/stone/<?=$view['img']?>.png" ></a> <?=($view['user_id'] == $user['id'] ? '</br><a href="/info_art.php?ids='.$row['id'].'&take='.$view['id'].'">[снять]</a>' : null);?> </center></div>
//добвляем плагин галереи $('#gallery-img').lightGallery({ thumbnail: true, width: '1104px', height: '80vh', selector: '.item-image-gallery' });
$(document).ready(function() {
function createLightGallery() {
$('#gallery-img').lightGallery({
thumbnail: true,
width: '1104px',
height: '80vh',
selector: '.item-image-gallery'
});
}
createLightGallery();
})
createLightGallery();
Может, есть какой-то другой способ оформить редирект?
contentType: 'application/json; charset=utf-8;'
dataType: 'json'