From 052e05c9c22d08a431cc8ec70d38d7e8b0d57344 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Wed, 14 Feb 2018 12:39:05 +0100 Subject: [PATCH] make edugain logo a link to edugain web site --- templates/web/index.tt2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/index.tt2.html b/templates/web/index.tt2.html index af003ab..bbcb19d 100644 --- a/templates/web/index.tt2.html +++ b/templates/web/index.tt2.html @@ -28,7 +28,7 @@ html1/DTD/xhtml1-transitional.dtd"> <body> <header> <ul> - <li class="logo align-left"><a href="[% conf.app_url %]" title="[% conf.app_name %] home page"><img alt="eduGAIN logo" width="200" src="images/edugain_logo.png "/></a></li> + <li class="logo align-left"><a href="http://www.edugain.org" title="eduGAIN home page" target="_blank"><img alt="eduGAIN logo" width="200" src="images/edugain_logo.png "/></a></li> <li> </li> <li class="logo align-right"><a href="http://www.geant.net" title="Geant home page" target="_blank"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a></li> </ul> -- GitLab