diff --git a/functions.php b/functions.php index ed9c9db..a3d28b0 100644 --- a/functions.php +++ b/functions.php @@ -329,6 +329,7 @@ if (function_exists("pll_register_string")) { pll_register_string('by_w','От'); pll_register_string('see_whole_news','виж цялата новина'); pll_register_string('news','Новини'); + pll_register_string('share_freedom','Да споделим свободата'); pll_register_string('hall1','София'); pll_register_string('hall2','Варна'); pll_register_string('hall3','G1'); diff --git a/header.php b/header.php index fc69888..8186dd1 100644 --- a/header.php +++ b/header.php @@ -14,7 +14,7 @@ - <?php is_front_page() ? bloginfo('name') : wp_title( ' | ', true, 'right' ); ?> + <?php is_front_page() ? (bloginfo('name').e_(' | ').e_('Да споделим свободата')) : wp_title( ' | ', true, 'right' ); ?>