Name (Titel) des Contents wird in der Titelleiste angezeigt

This commit is contained in:
Manfred Kindl
2013-07-03 09:35:39 +00:00
parent a19516d201
commit 696d49e0eb
+2 -1
View File
@@ -726,8 +726,9 @@ echo '</td><td valign="top">';
//Editieren
if(!is_null($content_id) && $content_id!='')
{
echo '<h2>Content ID: '.$content_id.' | Version:'.$version.' | Sprache:'.$sprache.'</h2>';
$content = new content();
$content->getContent($content_id, $sprache, $version);
echo '<h2>Content ID: '.$content_id.' | Version: '.$version.' | Sprache: '.$sprache.' | Titel: '.$content->titel.'</h2>';
$oe = $content->getOrganisationseinheit($content_id);
if(!in_array($oe, $berechtigte_oe))
die('Sie haben keine Berechtigung fuer diesen Eintrag');