fixed scroll images

This commit is contained in:
2022-04-11 22:13:36 +03:00
parent 25df0b2c10
commit eb335f8d52
5 changed files with 286 additions and 30 deletions

View File

@@ -1,12 +1,12 @@
<?php $curr_id = get_the_id(); ?>
<?if (!isset($_COOKIE[COOK_GOLOS])):?>
<?//if (!isset($_COOKIE[COOK_GOLOS])):?>
<div id="golos-<?=$curr_id?>">
<br><button style="padding: 8px; cursor: pointer;" id="golos" onclick="javascript:add_golos(<?= $curr_id;?>, 'golos-<?= $curr_id;?>');">Проголосовать</button>
</div>
<?endif?>
<?//endif?>
<div id="golos-<?=$curr_id?>">
<?if (isset($_COOKIE["vec_$curr_id"])):?>