From: Sam Hemelryk Date: Wed, 23 Dec 2009 08:56:16 +0000 (+0000) Subject: navigation /MDL-21152 fixed regression changed topframe to frametop X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e0738f577885e43ff359cf881972180fd9252d4f;p=moodle.git navigation /MDL-21152 fixed regression changed topframe to frametop --- diff --git a/lib/navigationlib.php b/lib/navigationlib.php index 85f68d477c..b0205da63a 100644 --- a/lib/navigationlib.php +++ b/lib/navigationlib.php @@ -433,7 +433,7 @@ class navigation_node { $link->add_class('dimmed'); } - if (!empty($CFG->framename) && ($PAGE->pagelayout=='topframe' || $CFG->framename!='_top')) { + if (!empty($CFG->framename) && ($PAGE->pagelayout=='frametop' || $CFG->framename!='_top')) { $breakoutaction = new breakout_of_frame_action(); $link->add_action($breakoutaction); }