diff --git a/functions.php b/functions.php index c460609..0edfcd0 100644 --- a/functions.php +++ b/functions.php @@ -202,12 +202,20 @@ function custom_pagination($query = null) return; // Если страница всего одна, пагинация не нужна } + if ( defined('LANG') && LANG == 'en' ){ + $txt['back'] = 'Back'; + $txt['next'] = 'Next'; + } else { + $txt['back'] = 'Назад'; + $txt['next'] = 'Далее'; + } + echo '