On va mainteanant intégrer le header

Ouvre theme.html de mx-compact
Recherche juste après le body:
<table align="center" border="0" cellpadding="0" cellspacing="0" style="width: 800px; height: 100%;">
<tr>
<td align="center" height="160" bgcolor="#FFFFFF"><img src="images/logo.jpg" alt="" width="790" height="150" border="0" usemap="#Map"></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"><tr>
<td height="25" width="40%">
<div class="tiny" style="color: #666666; background-color: transparent;"> {SHOWDATE} {SHOWTIME} :
<span style="color: #99cc33; background-color: transparent;">{SHOWTOTALUSER} </span> Utilisateur(s) en ligne
</div>
</td>
<td height="25" width="60%">
<div id="loginform" align="right" class="tiny">{LOGINFORM}</div>
</td>
</tr></table>
</td>
</tr>
Correspond au header de mx-compact
supprime ce code et remplace par:
<table border="0" cellpadding="0" cellspacing="0" width="100%"><!--DWLayoutTable-->
<!-- fwtable fwsrc="header.png" fwbase="header.jpg" fwstyle="Generic" fwdocid = "742308039" fwnested="0" -->
<tr>
<td><img src="themes/mx-compact/images/spacer.gif" width="468" height="1" border="0" alt="" /></td>
<td width="100%"><img src="themes/mx-compact/images/spacer.gif" width="23" height="1" border="0" alt="" /></td>
<td><img src="themes/mx-compact/images/spacer.gif" width="264" height="1" border="0" alt="" /></td>
<td><img src="themes/mx-compact/images/spacer.gif" width="1" height="1" border="0" alt="" /></td>
</tr>
<tr>
<td background="themes/mx-compact/images/header1.gif"><img src="themes/mx-compact/images/spacer.gif" alt="" name="header1" width="1" height="1" border="0" id="header1" />
</td>
<td background="themes/mx-compact/images/header2.gif"><!--DWLayoutEmptyCell--> </td>
<td><img name="header3" src="themes/mx-compact/images/header3.gif" width="264" height="24" border="0" id="header3" alt="" /></td>
<td bgcolor="#BEC2C5"><img src="themes/mx-compact/images/spacer.gif" width="1" height="24" border="0" alt="" /></td>
</tr>
<tr>
<td><img name="header4" src="themes/mx-compact/images/header4.jpg" width="468" height="64" border="0" id="header4" alt="" /></td>
<td background="themes/mx-compact/images/header5.gif"><!--DWLayoutEmptyCell--> </td>
<td><img name="header6" src="themes/mx-compact/images/header6.jpg" width="264" height="64" border="0" id="header6" alt="" /></td>
<td bgcolor="#BEC2C5"><img src="themes/mx-compact/images/spacer.gif" width="1" height="64" border="0" alt="" /></td>
</tr>
<tr>
<td colspan="3" background="themes/mx-compact/images/header7.gif">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="bottom">
<div class="navcontainer">
<ul id="navlist">
<li><a href="index.html" title="Page d'accueil">ACCUEIL</a></li>
<li><a href="forums.html" title="Discussion">FORUM</a></li>
<li><a href="downloads.html" title="Téléchargements">DOWNLOADS</a></li>
<li><a href="content.html" title="Tutoriaux">TUTORIAUX</a></li>
<li><a href="http://chat.ultimatepsp.fr/" title="Venez chattez !">CHAT</a></li>
<li><a href="modules.php?name=Nuke_Map" title="Map">MAP</a></li>
</ul>
</div>
</td>
<td align="right">
</td>
</tr>
</table></td>
<td background="themes/mx-compact/images/header7.gif"><img src="themes/mx-compact/images/spacer.gif" width="1" height="30" border="0" alt="" /></td>
</tr>
<tr>
<td colspan="3" background="themes/mx-compact/images/header8.gif"><img name="header8" src="themes/mx-compact/images/spacer.gif" width="1" height="1" border="0" id="header8" alt="" /></td>
<td background="themes/mx-compact/images/header8.gif"><img src="themes/mx-compact/images/spacer.gif" width="1" height="20" border="0" alt="" /></td>
</tr>
</table>
Qui correspond au code html (seulement) du header de baby dans theme.php
Ps: tu remarquera que j'ai modifié le chemin des images en remplacant "V-BlueBaby" par mx-compact
