' . $item_value . ''); } } $footer_line = implode ('
  • ·
  • ', $footer_items); if (!empty($footer_line)) { echo $footer_line; } ?>
    ' . sprintf( __( 'Proudly powered by %s', 'campmaine' ), 'WordPress' ) . ''; array_push($branding_items, $branding_item); } if( get_theme_mod( 'show_design_team_branding' ) == '1' ) { $branding_item = '
  • ' . sprintf( __( 'Design by %s', 'campmaine' ), "Web Development @ TAM'S TRADING POST") . '
  • '; array_push($branding_items, $branding_item); } $branding_line = implode ('
  • ·
  • ', $branding_items); if (!empty($branding_line)) { echo $branding_line; } ?>