MyBB Community Forums

Full Version: Default code for affiliates in global template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello ive been messing around and i have now lost the original code for the affiliates in the global template can anyone show me the code so i can copy and paste it back thanks
http://mods.mybb.com/view/forum-affiliate-manager

<br/><table border="0" cellspacing="1" cellpadding="4" class="tborder"> 
<thead> 
<tr> 
<td class="thead" colspan="5"> 
<div><strong>{$lang->affiliates}</strong></div> 
</td> 
</tr> 
</thead> 
<tbody> 
<tr class="trow1"> 
<td>
{$list_affiliates}
</td>
</tr>
</tbody> 
</table>

Is that the plugin you're using?
Thanks for the code and yes im using that plugin it was fine with my other theme
No problem! Smile