Content deleted Content added
No edit summary |
No edit summary |
||
Line 39:
return "header-hist"
elseif args.country ~= '' or args.state ~= '' or args.province ~= '' then
return "header-" .. country.color
else return "header-default"
end
|