echo bookmark

This commit is contained in:
Andrey Kuvshinov
2020-05-15 21:40:16 +03:00
parent ef83a38925
commit 1470fb338c

View File

@@ -184,6 +184,7 @@ function promo_kuri($hash, $page = 0, $promo = true){
if ($page == 0){ //  не читал ли ранее
$bookmark = bookmark_get($hash);
echo $bookmark;
$page = 1; //если нет страницы то первая
if ($bookmark !== false and $bookmark > 1){
header("HTTP/1.1 301 Moved Permanently");