Added a link on home page to about website

This commit is contained in:
Pierre
2018-05-10 15:17:49 +02:00
parent 4383efa32c
commit 9126a08d2f
2 changed files with 12 additions and 1 deletions

View File

@ -19,6 +19,9 @@ ComunicWeb.pages.home.landingPage = {
//Prepare additional data
var additionalData = {
//About the website URL
about_url: ComunicWeb.__config.aboutWebsiteURL,
//Background image URL
backgroundImage: ComunicWeb.__config.assetsURL + "img/pages/home/landingPage/img_background.jpg"