nieuws: article lists in left layout with images
[minimedit.git] / nieuws / index.php
index d6a85e7f36d88c62e0291505fcde2dac18e6d7e8..cf57dbc0b4882d73c92b4157f33fa113e816d91e 100644 (file)
@@ -26,9 +26,7 @@ if ($year) {
        }
 
        print "<h2>$title</h2>\n\n";
-       print '<div id="news">'."\n\n";
        shownews(glob($match.'*.html'));
-       print "</div>\n\n";
        return 1;
 }