9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
case theme.chat.use
|
|
when 'chatra'
|
|
include ./chatra.pug
|
|
when 'tidio'
|
|
include ./tidio.pug
|
|
when 'daovoice'
|
|
include ./daovoice.pug
|
|
when 'crisp'
|
|
include ./crisp.pug |