diff options
author | robbat2 <robbat2> | 2010-08-06 17:05:57 +0000 |
---|---|---|
committer | robbat2 <robbat2> | 2010-08-06 17:05:57 +0000 |
commit | ab467060aeaf39c57bc08c3dda0d6e01ea77b5f1 (patch) | |
tree | bbaff70acb1e47a653c69f86fcd9fc4d0a4d22bb | |
parent | Add logos and blurb for sd-france. (diff) | |
download | www-redesign-ab467060aeaf39c57bc08c3dda0d6e01ea77b5f1.tar.gz www-redesign-ab467060aeaf39c57bc08c3dda0d6e01ea77b5f1.tar.bz2 www-redesign-ab467060aeaf39c57bc08c3dda0d6e01ea77b5f1.zip |
Slight edit of mouseover/alt text.
-rw-r--r-- | xml/htdocs/xsl/ads.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xml/htdocs/xsl/ads.xsl b/xml/htdocs/xsl/ads.xsl index 3ad266d6..bf5e4460 100644 --- a/xml/htdocs/xsl/ads.xsl +++ b/xml/htdocs/xsl/ads.xsl @@ -72,8 +72,8 @@ <!-- SD-France --> <tr lang="en"> <td align="center" class="topsep"> - <a href="http://www.sd-france.com" target="_top"> - <img src="{concat($images,'images/sdfrance-logo-small.png')}" width="125" alt="SD-France" title="SD-France" border="0"/> + <a href="http://www.euro-web.fr" target="_top"> + <img src="{concat($images,'images/sdfrance-logo-small.png')}" width="125" alt="Euro-Web/SD-France" title="Euro-Web/SD-France" border="0"/> </a> </td> </tr> |