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