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