mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Include skeletonquest Limesurvey theme and make it default for self completions
Allow for custom Limesurvey themes to work for self completions
This commit is contained in:
@@ -318,7 +318,7 @@ function getqtypelist($SelectedCode = "T", $ReturnType = "selector")
|
||||
*/
|
||||
function isStandardTemplate($sTemplateName)
|
||||
{
|
||||
return in_array($sTemplateName,array('quexs',
|
||||
return in_array($sTemplateName,array('skeletonquest','quexs',
|
||||
'basic',
|
||||
'bluengrey',
|
||||
'business_grey',
|
||||
|
||||
Reference in New Issue
Block a user