Content deleted Content added
update |
whoops |
||
Line 11:
local hist = args.header_type == "hist" or args.header_type == "historic" or args.header_type == "historical" or args.header_type == "scenic"
if deleted then
return "
elseif uc then
return "
elseif hist then
return "
elseif args.country ~= '' or args.state ~= '' or args.province ~= '' then
return "header-" .. color._header
else return "header-default"
end
end
|