Sorry but those colors make me barf. I have taken the liberty to rewrite the templates using non-hardcoded values and make it conform to the rest of the forum.
store_titles
Code:
<html>
<head>
<title>Title Wars</title>
$headinclude
</head>
<body>
$header<BR><BR>
<!-- breadcrumb -->
<table cellpadding="2" cellspacing="0" border="0" width="95%" align="center">
<tr>
<td width="100%"><img src="https://vborg.vbsupport.ru/images/vb_bullet.gif" alt="" border="0" align="absmiddle">
<normalfont><b><a href="index.php?s=$session[sessionhash]">$bbtitle</a> >
<a href="store.php?s=$session[sessionhash]">$storename</a> > Title Wars</b></normalfont></td>
</tr>
</table>
<!-- /breadcrumb -->
<BR><BR>
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000" width="73%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr id="cat">
<td bgcolor="#3979B7" colspan="3"><font font class="nf" color="#F1F1F1"><b>$bbtitle Title Wars</font></td>
</tr>
<tr align="center">
<td bgcolor="#1D6AA0"><smallfont color="#EEEEFF"><b>User Name</b></smallfont></td>
<td bgcolor="#1D6AA0"><smallfont color="#EEEEFF"><b>Victim</b></smallfont></td>
<td bgcolor="#1D6AA0"><smallfont color="#EEEEFF"><b>New Title</b></smallfont></td>
</tr>
$titlebits
</table>
</td></tr></table>
$footer
</body>
</html>
store_titlebits
Code:
<tr align="center">
<td bgcolor="#13486D"><normalfont><a href="member.php?s=$session[sessionhash]&action=getinfo&username=$usertitle[userid]">$usertitle[userid]</a></normalfont></td>
<td bgcolor="#1C5780"><normalfont><a href="member.php?s=$session[sessionhash]&action=getinfo&username=$usertitle[towhomid]">$usertitle[towhomid]</a></normalfont></td>
<td bgcolor="#13486D"><normalfont>$usertitle[towhat]</normalfont></td>
</tr>
Edit: Dang I just realized it replaced the replacement values, lol. Your going to have to put it [tableheadbgcolor] [firstaltcolor] and [secondaltcolor] manually, unless someone wants to do a text file :disappointed: