mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Merge branch 'master' into 2.4
This commit is contained in:
@ -213,6 +213,8 @@ if (!empty($result_query) && $result_query != 'menu' && $result_query != 'custom
|
||||
$attributes[] = $key.'="'.$val.'"';
|
||||
}
|
||||
|
||||
// Replace rootdir per le query
|
||||
$value = str_replace('ROOTDIR', ROOTDIR, $value);
|
||||
$result[] = str_replace('|attr|', implode(' ', $attributes), '<div |attr|>'.$value.'</div>');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user