mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 14:31:29 +01:00
Fix phpcs
This commit is contained in:
@@ -421,7 +421,6 @@ function dolSaveReadme($file, $content)
|
|||||||
function showWebsiteTemplates(Website $website)
|
function showWebsiteTemplates(Website $website)
|
||||||
{
|
{
|
||||||
global $conf, $langs, $db, $form;
|
global $conf, $langs, $db, $form;
|
||||||
global $bc;
|
|
||||||
|
|
||||||
$dirthemes = array('/doctemplates/websites');
|
$dirthemes = array('/doctemplates/websites');
|
||||||
if (!empty($conf->modules_parts['websitetemplates'])) // Using this feature slow down application
|
if (!empty($conf->modules_parts['websitetemplates'])) // Using this feature slow down application
|
||||||
|
|||||||
Reference in New Issue
Block a user