Browse code

blocks/menu/menu.php: temp error suppression

Clarissa Walker authored on 2026/09/14 20:11:16
Showing 1 changed files
... ...
@@ -1,4 +1,5 @@
1 1
 <?php
2
+error_reporting(0);
2 3
 if(!defined("_CHARSET")) exit( );
3 4
 
4 5
 	if(isset($blocks[$block]['content'])) {
... ...
@@ -19,4 +20,4 @@ if(!defined("_CHARSET")) exit( );
19 20
 	}
20 21
 	if(empty($blocks[$block]['style'])) $content = "<ul>$content</ul>";
21 22
 	$content = "<div id=\"$block\">$content</div>";
22
-?>
23 23
\ No newline at end of file
24
+?>