added feature to remove site folder if not needed, also some linked to component tabs to fields, admin views, site views, and custom admin views
This commit is contained in:
@ -34,6 +34,7 @@ class Infusion extends Interpretation
|
||||
|
||||
public $eximportView = array();
|
||||
public $importCustomScripts = array();
|
||||
public $removeSiteFolder = false;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
@ -1004,6 +1005,11 @@ class Infusion extends Interpretation
|
||||
// setup the layouts
|
||||
$this->setCustomViewLayouts();
|
||||
}
|
||||
else
|
||||
{
|
||||
// clear all site folder since none is needed
|
||||
$this->removeSiteFolder = true;
|
||||
}
|
||||
|
||||
// ###LANG_ADMIN###
|
||||
$this->fileContentStatic['###LANG_ADMIN###'] = $this->setLangAdmin();
|
||||
|
Reference in New Issue
Block a user