Don't work with 4.0.7.
I tried to implement that code but only get an error:
Parse error: syntax error, unexpected '<' in wholeserverpath/home/includes/class_bootstrap.php(517) : eval()'d code on line
Okay it seems to be that you have an error in your syntax
PHP Code:
global $template_hook;
$tabselected = '';
$tablinks = '';
if (THIS_SCRIPT == 'DROP Page 1' || THIS_SCRIPT == 'Drop PAGE 2')
{
$vbulletin->options['selectednavtab']='droppage';
$tabselected = ' class="selected"';
$tablinks = '
<ul class="floatcontainer">
<li><a href="Sublink1.php">Sublink 1</a></li>
<li><a href="Sublink2.php">Sublink 2</a></li>
<li><a href="Sublink3.php">Sublink 3</a></li>
<li><a href="Sublink4.php">Sublink 4</a></li>'; <--- this has to be erased ';
</ul>'; <--- Cause here its the end
And for some reason I don't why the submenu shows not right