[Community-cvs] www/includes header.inc,1.17,1.18
admin at helixcommunity.org admin at helixcommunity.orgUpdate of /cvsroot/community/www/includes
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv19912
Modified Files:
header.inc
Log Message:
changed header for chinese help button and CMS
Index: header.inc
===================================================================
RCS file: /cvsroot/community/www/includes/header.inc,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- header.inc 6 Feb 2008 19:29:47 -0000 1.17
+++ header.inc 20 Feb 2008 23:20:26 -0000 1.18
@@ -2,7 +2,9 @@
<head>
<base target="_top">
<meta http-equiv="Content-Type" content="text/html; charset=UTF8" />
+<?php if(ereg('^helixcommunity\.org', $_SERVER['HTTP_HOST'])){ ?>
<title><?php echo isset($title) ? $title : 'HelixCommunity - The Foundation of Great Multimedia Applications'; ?></title>
+<?php } ?>
<script type="text/javascript" src="<?php echo $theme_url."js/common.js"?>"></script>
<link rel="icon" href="https://helixcommunity.org/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="https://helixcommunity.org/favicon.ico" type="image/x-icon">
@@ -38,7 +40,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"><img src="https://helixcommunity.org/theme/images/help.cn.png" style="border: 0px; border-bottom: 1px solid #678700; top: 0.5px; position: relative"/></a> | ', $home); ?>
+ <?php echo sprintf('<a href="%s/help.cn"><img src="https://helixcommunity.org/theme/images/help.cn.png" style="border: 0px; border-bottom: 1px solid #678700; top: 2px; position: relative"/></a> | ', $home); ?>
<?php
if (session_loggedin()) {
$Sclass = session_get_user();
@@ -66,10 +68,6 @@
</a>
</td>
<td style="text-align: center">
- <!-- <div style="position: relative; top: -10px; height: 30px; width: 100%; margin-left: auto; margin-right: auto; font-size: 18px; color: #222222">
- The Foundation of Great Multimedia Applications
-
- </div> -->
<table id="top-level-nav" cellpadding="0" cellspacing="0" align="center">
<tr>
<td class="margins"><img src="<?php echo "$theme_url/images"?>/nav_btn_left_margin<?php if ($tokens[0] == 'my' || (!session_loggedin() && $tokens[0] == 'developers')) echo '_selected';?>.png" /></td>