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 |
- |
|
62 |
-include('inc/top.php'); |
|
63 |
-print $output; |
|
64 |
-include('inc/bottom.php'); |
|
65 |
- |
|
60 |
+//$title = ''; |
|
61 |
+if ($output) |
|
62 |
+{ |
|
63 |
+ include('inc/top.php'); |
|
64 |
+ print $output; |
|
65 |
+ include('inc/bottom.php'); |
|
66 |
+} |
|
66 | 67 |
|
67 | 68 |
?> |