- fixed Banner Cookie positioning on bottom

- PagePolicy (added Español policy)
This commit is contained in:
Paolo Arena
2019-09-20 15:35:55 +02:00
parent 3459f00a3b
commit cd2ef1f7ae
12 changed files with 283 additions and 100 deletions

View File

@@ -107,6 +107,11 @@ export interface IPerson {
vario?: string
}
export interface IPreloadImages {
imgname: string
mobile: boolean
}
export interface ILang {
label: string
icon: string
@@ -138,6 +143,7 @@ export interface ITimeLineEntry {
link_url?: string
link_url_lang?: IAllLang
link_text?: IAllLang
ingallery?: boolean
}
export interface ITimeLineMain {
@@ -151,6 +157,8 @@ export interface IGallery {
img: string
width?: number
height?: number
ingallery?: boolean
inexibitions?: boolean
}
export interface IColl {