'; } $bte_bc_org = get_option('bte_bc_org'); if (!isset($bte_bc_org)) { $bte_bc_org = get_bloginfo('name'); } $bte_bc_org_footer = get_option('bte_bc_org_footer'); if (!isset($bte_bc_org_footer)) { $bte_bc_org_footer = ''; } $bte_bc_url = get_option('bte_bc_url'); if (!isset($bte_bc_url)) { $bte_bc_url = get_bloginfo('url'); } $bte_bc_rights = get_option('bte_bc_rights'); if (!isset($bte_bc_header)) { $bte_bc_rights = BTE_BC_RIGHTS; } $years = $bte_bc_start.'-'.date("Y"); if ($bte_bc_start>=date("Y")) { $years = date("Y"); } $bte_bc_link = get_option('bte_bc_link'); if (!isset($bte_bc_link)) { $bte_bc_link = true; } $link = ''; if ($bte_bc_link) { $link = ' -- Copyright notice by Make Money Online'; } return stripslashes($bte_bc_header).'© '.stripslashes($years).' '.stripslashes($bte_bc_org_header.$bte_bc_org.$bte_bc_org_footer).' '.stripslashes($bte_bc_rights.$link.$bte_bc_footer); } ?>