There are many lines in LiteCore like this:
app://frontend/templates/'.settings::get('template').'/partials/notices.inc.php')
that reference a templates folder, but there's only a template folder (singular) and no default template in lc_settings.
Which way is LC going with this? A single template folder or a templates folder where multiple templates can be placed?
There are many lines in LiteCore like this:
app://frontend/templates/'.settings::get('template').'/partials/notices.inc.php')that reference a
templatesfolder, but there's only atemplatefolder (singular) and no default template in lc_settings.Which way is LC going with this? A single
templatefolder or atemplatesfolder where multiple templates can be placed?