make use of the new constants of the config file for db connection and base path

This commit is contained in:
Jonathan Ernst
2004-12-23 01:12:03 +00:00
committed by WineHQ
parent d5a6d34be6
commit ca749d32d9
25 changed files with 100 additions and 146 deletions

View File

@@ -13,8 +13,8 @@
<meta http-equiv="Expires" content="Mon, 06 Jan 1990 00:00:01 GMT">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="<?php echo $apidb_root; ?>apidb.css" type="text/css">
<script src="<?php echo $apidb_root; ?>scripts.js" type="text/javascript"></script>
<link rel="stylesheet" href="<?php echo BASE; ?>apidb.css" type="text/css">
<script src="<?php echo BASE; ?>scripts.js" type="text/javascript"></script>
</head>
<body>
@@ -24,9 +24,9 @@
<td>
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td width="100%"><a href="<?php echo $apidb_root; ?>"><img src="<?php echo $apidb_root; ?>images/winehq_top_logo.gif" width=300 height=99 alt="Wine HQ"></a></td>
<td width="100%"><a href="<?php echo BASE; ?>"><img src="<?php echo BASE; ?>images/winehq_top_logo.gif" width=300 height=99 alt="Wine HQ"></a></td>
<td>
<img src="<?php echo $apidb_root; ?>images/blank.gif" width=10 height=1 alt="">
<img src="<?php echo BASE; ?>images/blank.gif" width=10 height=1 alt="">
</td>
<td width="100%" align="center" valign="middle">
<?php echo $banner_ad; ?>