parent
67b665208c
commit
9336a6acd6
|
|
@ -61,10 +61,6 @@ namespace Templates.Test
|
|||
PageUrls.PrivacyFullUrl
|
||||
};
|
||||
|
||||
if (languageOverride == null)
|
||||
{
|
||||
menuLinks = menuLinks.Append(PageUrls.PrivacyFullUrl);
|
||||
}
|
||||
var footerLinks = new string[] { PageUrls.PrivacyFullUrl };
|
||||
|
||||
var pages = new List<Page>
|
||||
|
|
@ -141,7 +137,6 @@ namespace Templates.Test
|
|||
PageUrls.LoginUrl,
|
||||
PageUrls.HomeUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl
|
||||
}
|
||||
},
|
||||
|
|
@ -154,7 +149,6 @@ namespace Templates.Test
|
|||
PageUrls.LoginUrl,
|
||||
PageUrls.HomeUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.DocsUrl,
|
||||
PageUrls.PrivacyUrl
|
||||
}
|
||||
|
|
@ -168,7 +162,6 @@ namespace Templates.Test
|
|||
PageUrls.LoginUrl,
|
||||
PageUrls.HomeUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl
|
||||
}
|
||||
},
|
||||
|
|
@ -181,7 +174,6 @@ namespace Templates.Test
|
|||
PageUrls.LoginUrl,
|
||||
PageUrls.HomeUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.ForgotPassword,
|
||||
PageUrls.RegisterUrl,
|
||||
PageUrls.ExternalArticle,
|
||||
|
|
@ -196,7 +188,6 @@ namespace Templates.Test
|
|||
PageUrls.LoginUrl,
|
||||
PageUrls.HomeUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.ExternalArticle,
|
||||
PageUrls.PrivacyUrl
|
||||
}
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@ namespace Templates.Test
|
|||
PageUrls.HomeUrl,
|
||||
PageUrls.HomeUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.DocsUrl,
|
||||
PageUrls.PrivacyUrl
|
||||
}
|
||||
|
|
@ -73,7 +72,6 @@ namespace Templates.Test
|
|||
PageUrls.HomeUrl,
|
||||
PageUrls.HomeUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl }
|
||||
}
|
||||
};
|
||||
|
|
@ -138,7 +136,6 @@ namespace Templates.Test
|
|||
PageUrls.LoginUrl,
|
||||
PageUrls.HomeUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl
|
||||
}
|
||||
},
|
||||
|
|
@ -151,7 +148,6 @@ namespace Templates.Test
|
|||
PageUrls.LoginUrl,
|
||||
PageUrls.HomeUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.DocsUrl,
|
||||
PageUrls.PrivacyUrl
|
||||
}
|
||||
|
|
@ -165,7 +161,6 @@ namespace Templates.Test
|
|||
PageUrls.LoginUrl,
|
||||
PageUrls.HomeUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl
|
||||
}
|
||||
},
|
||||
|
|
@ -178,7 +173,6 @@ namespace Templates.Test
|
|||
PageUrls.LoginUrl,
|
||||
PageUrls.HomeUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.ForgotPassword,
|
||||
PageUrls.RegisterUrl,
|
||||
PageUrls.ExternalArticle,
|
||||
|
|
@ -193,7 +187,6 @@ namespace Templates.Test
|
|||
PageUrls.LoginUrl,
|
||||
PageUrls.HomeUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.PrivacyUrl,
|
||||
PageUrls.ExternalArticle,
|
||||
PageUrls.PrivacyUrl
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue