Module:Portal navigation: Difference between revisions

Jump to navigation Jump to search
Imported from Wikimedia Meta-Wiki
 
Testing
Line 190: Line 190:
if index == active and subtabs[index] ~= nil and hidesubnav ~= true then
if index == active and subtabs[index] ~= nil and hidesubnav ~= true then
body = body .. '<ul class="portal-navigation-subtabs" style="border-color:' .. themecolor .. ';">'
body = body .. '<ul class="portal-navigation-subtabs" style="border-color:' .. activecolor or themecolor .. ';">'
for _, subpagelink in ipairs(subtabs[index]) do
for _, subpagelink in ipairs(subtabs[index]) do