diff --git a/index.php b/index.php index c1ab4ed..de1d05e 100644 --- a/index.php +++ b/index.php @@ -96,6 +96,7 @@ $t = $text['index']; "top.ICEcoder.updateDiffOnSave = ".($ICEcoder["updateDiffOnSave"] ? 'true' : 'false').";". "top.ICEcoder.languageUser = '".$ICEcoder["languageUser"]."';". "top.ICEcoder.codeAssist = ".($ICEcoder["codeAssist"] ? 'true' : 'false').";". + "top.ICEcoder.lockedNav = ".($ICEcoder["lockedNav"] ? 'true' : 'false').";". "top.ICEcoder.lineWrapping = ".($ICEcoder["lineWrapping"] ? 'true' : 'false').";". "top.ICEcoder.indentWithTabs = ".($ICEcoder["indentWithTabs"] ? 'true' : 'false').";". "top.ICEcoder.indentAuto = ".($ICEcoder["indentAuto"] ? 'true' : 'false').";".