<title> [% PROCESS 'web/title.tt2.html' %] </title>
<title>[% IF subtitle %][% title %] - [% subtitle %][% ELSE %][% title %][% END %]</title>
</head>
...
...
@@ -197,7 +197,7 @@ jQuery(function($){
<liclass="logo align-right"><ahref="http://www.geant.net"title="Geant home page"target="_blank"><imgalt="GEANT logo"width="100"src="images/geant_logo_rgb_300dpi.jpg"/></a></li>
</ul>
<divclass="title">
<spanclass=""><h1>[% PROCESS 'web/title.tt2.html' %]</h1></span>
<spanclass=""><h1>[% IF subtitle %][% title %] - [% subtitle %][% ELSE %][% title %][% END %]</h1></span>