[Community-cvs] www/includes header.inc,1.15,1.16
admin at helixcommunity.org admin at helixcommunity.orgUpdate of /cvsroot/community/www/includes
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv26164
Modified Files:
header.inc
Log Message:
fixed Chinese help button
Index: header.inc
===================================================================
RCS file: /cvsroot/community/www/includes/header.inc,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- header.inc 30 Jan 2008 22:27:14 -0000 1.15
+++ header.inc 6 Feb 2008 01:41:32 -0000 1.16
@@ -38,7 +38,7 @@
<td><img src="<?php echo "$theme_url/images"?>/masthead-left-top.png" /></td>
<td id="user-status">
<?php echo sprintf('<a href="%s/summit">Helix Summit 2007</a> | ', $home); ?>
- <?php echo sprintf('<a href="%s/help.cn" style="position: relative; top: -1px; border-bottom: 1px solid #678700"><img src="https://helixcommunity.org/theme/images/help.cn.png" style="border: 0px; top: 3px; position: relative"/></a> | ', $home); ?>
+ <?php echo sprintf('<a href="%s/help.cn" style="border-bottom: 1px solid #678700"><img src="https://helixcommunity.org/theme/images/help.cn.png" style="border: 0px; top: -1px; position: relative"/></a> | ', $home); ?>
<?php
if (session_loggedin()) {
$Sclass = session_get_user();