Gebe nichts aus, wenn $output leer ist
bernd

bernd commited on 2010-09-06 04:40:09
Zeige 1 geänderte Dateien mit 4 Einfügungen und 3 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1804 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -57,11 +57,12 @@ $section = str_replace("/", "_", $go);
57 57
 /* Let the module work */
58 58
 include("modules/".$go.".php");
59 59
 
60
-$title = '';
61
-
60
+//$title = '';
61
+if ($output)
62
+{
62 63
   include('inc/top.php');
63 64
   print $output;
64 65
   include('inc/bottom.php');
65
-
66
+}
66 67
 
67 68
 ?>
68 69