add aurora piwik, update link for the footer

This commit is contained in:
argirok 2021-12-15 14:24:40 +02:00
parent f1439bd82a
commit 16686a5f0b
2 changed files with 3 additions and 2 deletions

View File

@ -66,7 +66,7 @@ import {SEOService} from "./openaireLibrary/sharedComponents/SEO/SEO.service";
Cookies are small pieces of data that websites store in your browser to allow us to give you the best browsing
experience possible.
By using the OpenAIRE portal you accept our use of cookies. <a
href="//ec.europa.eu/ipg/basics/legal/cookies/index_en.htm" target="_blank"> Read more <span class="uk-icon">
href="https://www.openaire.eu/privacy-policy#cookies" target="_blank"> Read more <span class="uk-icon">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="chevron-right"
ratio="1"><polyline fill="none" stroke="#000" stroke-width="1.03"
points="7 4 13 10 7 16"></polyline></svg>

View File

@ -25,7 +25,8 @@ export class PiwikHelper{
"neanias-underwater":474,
"inspired-ris":530,
"citizen-science":538,
"eut":558
"eut":558,
"aurora":560
};
public static getSiteId(communityId:string, environment:string){
return this.siteIDs[communityId];