diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-02-23 16:36:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-02-23 16:36:32 +0000 |
commit | d03a8acfb6fbe707db1be9508c9f3f7d2d1af922 (patch) | |
tree | a476e83120d0d4ae04be90d77fbfc8c918cb56f6 | |
parent | b2c061b903b2d892818c42ffea1757f83f1ddb81 (diff) | |
download | brdo-d03a8acfb6fbe707db1be9508c9f3f7d2d1af922.tar.gz brdo-d03a8acfb6fbe707db1be9508c9f3f7d2d1af922.tar.bz2 |
- Patch 6011 by MegaGrunt: the transparent GIF used for the rollover effect
in the header icon is missing. The path for this image is in the XHTML
file, when the images were moved out of the "image" directory, the XHTML
file was not updated.
-rw-r--r-- | themes/xtemplate/pushbutton/xtemplate.xtmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/xtemplate/pushbutton/xtemplate.xtmpl b/themes/xtemplate/pushbutton/xtemplate.xtmpl index 140a95819..f2eccd4c1 100644 --- a/themes/xtemplate/pushbutton/xtemplate.xtmpl +++ b/themes/xtemplate/pushbutton/xtemplate.xtmpl @@ -9,14 +9,14 @@ <body bgcolor="#ffffff" {onload_attributes}> <div class="hide"><a href="#content" title="Skip navigation." accesskey="2">Skip navigation</a>.</div> - + <table id="primary-links-table" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> - <td id="home" width="10%"><a href="./" title="Home"><img src="{directory}/images/logo.gif" alt="Home" width="144" height="63" border="0" /></a></td> - <td id="primary-links" width="90%" align="center" valign="middle">{primary_links}</td> + <td id="home" width="10%"><a href="./" title="Home"><img src="{directory}/logo.gif" alt="Home" width="144" height="63" border="0" /></a></td> + <td id="primary-links" width="90%" align="center" valign="middle">{primary_links}</td> </tr> </table> - + <table id="secondary-links-table" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td id="secondary-links" width="75%" align="center" valign="middle"> @@ -120,7 +120,7 @@ <td align="center" valign="middle"> {primary_links}<br /> {secondary_links} - </td> + </td> </tr> </table> |