Content deleted Content added
erg |
No edit summary Tag: Reverted |
||
Line 22:
return "header-" .. color
elseif args.state or args.province or args.country then
local countryModule =
local country = args.country or countryModule
return "header-" .. country
else return"header-default"
|