Establish font size

According to config setting
This commit is contained in:
Matt Pass
2013-04-20 16:16:39 +01:00
parent 660f86018a
commit 4e765e64ca

View File

@@ -58,6 +58,9 @@ if (file_exists(dirname(__FILE__)."/plugins/jshint/jshint.js")) {
echo "];top.ICEcoder.theme = '";
echo $ICEcoder["theme"]=="default" ? 'icecoder' : $ICEcoder["theme"];
echo "'";
echo ";top.ICEcoder.fontSize = '";
echo $ICEcoder["fontSize"];
echo "'";
echo ';top.ICEcoder.openLastFiles = ';
echo $ICEcoder["openLastFiles"] ? 'true' : 'false';
echo ';top.ICEcoder.lineWrapping = ';