mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
54bdbfdc56
|
@ -97,14 +97,16 @@ class UI extends UI_Default {
|
||||||
* views/bootstrap/class.xx.php, without setting the 'views' element
|
* views/bootstrap/class.xx.php, without setting the 'views' element
|
||||||
* in the configuration
|
* in the configuration
|
||||||
*/
|
*/
|
||||||
|
if(file_exists($settings->_rootDir.'ext/'.$extname.'/out/out.'.$class.".php"))
|
||||||
|
$httpbasedir = 'ext/'.$extname.'/';
|
||||||
$filename = $settings->_rootDir.'ext/'.$extname.'/views/'.$theme."/class.".$class.".php";
|
$filename = $settings->_rootDir.'ext/'.$extname.'/views/'.$theme."/class.".$class.".php";
|
||||||
if(file_exists($filename)) {
|
if(file_exists($filename)) {
|
||||||
$httpbasedir = 'ext/'.$extname.'/';
|
//$httpbasedir = 'ext/'.$extname.'/';
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
$filename = $settings->_rootDir.'ext/'.$extname.'/views/bootstrap/class.'.$class.".php";
|
$filename = $settings->_rootDir.'ext/'.$extname.'/views/bootstrap/class.'.$class.".php";
|
||||||
if(file_exists($filename)) {
|
if(file_exists($filename)) {
|
||||||
$httpbasedir = 'ext/'.$extname.'/';
|
//$httpbasedir = 'ext/'.$extname.'/';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user