PDA

View Full Version : How do I edit the header links?


funky1
09-18-2006, 10:24 AM
I would like to make the arcade header links look just like my navbar, but I cannot find the code for the arcade header in either the templates, or in the files that I uploaded.

Help?

Thanks!!

MrZeropage
09-21-2006, 08:19 AM
check /arcade/skin/skin_Arcade.php (or the v3-style if you use it) and search for function top_links_table($links,$width,$extra)this contains the code for it :)

funky1
09-21-2006, 10:40 PM
Thanks for the response Zero!!! I love your mod. Just fantastic!!

Thanks a heap!!! I'll try to figure out that edit.

Hmm, I guess it's above my head. I find this code, but don't really know where the actual links text is that is editable.

Doesn't this line refer to another set of code that is either in this same document, or another one?

function top_links_table($links,$width,$extra) {
global $ibforums;
return <<<EOF
<div class="tborder">
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="alt1" align="center" width="{$width}">{$links}</td>
{$extra}
</tr>
</table>
</div><br />
EOF;
}