Navigation
Strona używa plików cookies. Korzystając ze strony wyrażasz zgodę na ich używanie, zgodnie z aktualnymi ustawieniami przeglądarki, oraz akceptujesz Politykę Prywatności i politykę cookies Copyright © Fotobiznes.com. Wszelkie prawa zastrzeżone. 2019
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package persona
*/
$display_tags = 'yes';
if ( defined( 'FW' ) ) {
if(!empty(fw_get_db_settings_option()['tags']) && fw_get_db_settings_option()['tags'] == 'yes') {
$display_tags = 'yes';
} else {
$display_tags = 'no';
}
}
$footer = "enable";
if(function_exists('get_field')) {
if (get_field('footer') == 'No') {
$footer = "disabled";
}
}
?>