Only show test suite if not in demo mode

This commit is contained in:
Matt Pass
2013-03-19 17:17:57 +00:00
parent 9197d24fff
commit 2a25efba1a

View File

@@ -167,7 +167,7 @@ $activeLineBG = array_search($ICEcoder["theme"],array("eclipse","elegant","neat"
}
},1000);
</script>
<?php if(is_dir('test')) {?>
<?php if(is_dir('test') && !$ICEcoder['demoMode']) {?>
<div style="clear: both">
<br><br>
<h2 style="color: rgba(0,198,255,0.7)">test suite</h2>