- From: Mercurial notifier <nobody@w3.org>
- Date: Wed, 21 Jul 2010 15:53:20 +0000
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1324:9d3e7c28d2c0
user: Thomas Gambet <tgambet@w3.org>
date: Wed Jul 21 11:50:03 2010 -0400
files: WebContent/WEB-INF/resources/templates/includes/head.vm
description:
+ $unicorn_title and $unicorn_subtitle
diff -r 526279d9fad4 -r 9d3e7c28d2c0 WebContent/WEB-INF/resources/templates/includes/head.vm
--- a/WebContent/WEB-INF/resources/templates/includes/head.vm Wed Jul 21 11:48:16 2010 -0400
+++ b/WebContent/WEB-INF/resources/templates/includes/head.vm Wed Jul 21 11:50:03 2010 -0400
@@ -20,7 +20,7 @@
<div id="banner">
<h1>
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="$!{baseUri}images/w3c.png" /></a>
- <a href="$!{baseUri}"><span>Unicorn</span></a>
+ <a href="$!{baseUri}"><span>Unicorn - $unicorn_title</span></a>
</h1>
- <p>$universal_checker</p>
+ <p>$unicorn_subtitle</p>
</div>
\ No newline at end of file
Received on Wednesday, 21 July 2010 15:53:22 UTC