MDL-20204 the ultimate fix for our frames (theyare not accessbile, but anyway); instead of adding the target to each element when creating html we use yui to set the target from page footer via JS - this fixes the links and forms in all elements in pages with frametop layout
This commit is contained in:
@@ -461,9 +461,6 @@ if (stristr(PHP_OS, 'win') && !stristr(PHP_OS, 'darwin')) {
|
||||
}
|
||||
$CFG->os = PHP_OS;
|
||||
|
||||
// Set up default frame target string, based on $CFG->framename
|
||||
$CFG->frametarget = frametarget();
|
||||
|
||||
// Setup cache dir for Smarty and others
|
||||
if (!file_exists($CFG->dataroot .'/cache')) {
|
||||
make_upload_directory('cache');
|
||||
|
||||
Reference in New Issue
Block a user