You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
338 B
10 lines
338 B
9 months ago
|
if theme.chatra && theme.chatra.enable
|
||
|
include ./chatra.pug
|
||
|
else if theme.tidio && theme.tidio.enable
|
||
|
include ./tidio.pug
|
||
|
else if theme.daovoice && theme.daovoice.enable
|
||
|
include ./daovoice.pug
|
||
|
else if theme.crisp && theme.crisp.enable
|
||
|
include ./crisp.pug
|
||
|
else if theme.messenger && theme.messenger.enable
|
||
|
include ./messenger.pug
|