Regulamin i instrukcja zgłoszeń wewnętrznych
if($current_lang == ''):
echo do_shortcode('[3d-flip-book id="2604" ][/3d-flip-book]');
elseif($current_lang == 'en'):
echo do_shortcode('[3d-flip-book id="2608" ][/3d-flip-book]');
elseif($current_lang == 'de'):
echo do_shortcode('[3d-flip-book id="2667" ][/3d-flip-book]');
elseif($current_lang == 'nl'):
echo do_shortcode('[3d-flip-book id="2671" ][/3d-flip-book]');
elseif($current_lang == 'uk'):
echo do_shortcode('[3d-flip-book id="2611" ][/3d-flip-book]');
elseif($current_lang == 'ru'):
echo do_shortcode('[3d-flip-book id="2663" ][/3d-flip-book]');
endif;
?>
if($current_lang == ''):
$post_id = get_post(2592);
elseif($current_lang == 'en' || $current_lang == 'de' || $current_lang == 'nl'):
$post_id = get_post(2590);
elseif($current_lang == 'uk'):
$post_id = get_post(2598);
elseif($current_lang == 'ru'):
$post_id = get_post(2601);
endif;
$the_title = $post_id->post_title;
$content = $post_id->post_content;
echo $content;
?>