Vorschaukorrektur in CMS und CIS

CMS Vorschau immer anzeigen, auch wenn Content unsichtbar.
CIS nur anzeigen, wenn Content sichtbar.
This commit is contained in:
kindlm
2015-04-02 20:20:13 +02:00
parent 312fe6a887
commit 27873b2756
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ else
$version = (isset($_GET['version'])?$_GET['version']:null);
$sprache = (isset($_GET['sprache'])?$_GET['sprache']:getSprache());
$sichtbar = (isset($_GET['sichtbar'])?($_GET['sichtbar']=='true'?true:($_GET['sichtbar']=='false'?false:null)):null);
$sichtbar = (isset($_GET['sichtbar'])?($_GET['sichtbar']=='true'?true:($_GET['sichtbar']=='false'?false:null)):true);
$p = new phrasen($sprache);
//XML Content laden