Revision | 5 (tree) |
---|---|
Time | 2023-04-11 06:18:32 |
Author | ![]() |
styling improved
@@ -504,7 +504,7 @@ | ||
504 | 504 | // wyświetl archiwum |
505 | 505 | if ($archiveyear > 0) { |
506 | 506 | echo '<div class="minibb-toolbar" id="title"><a href="' . selfurl() . '">' . $STR[$LANG]['backtocur'] . '</a></div>' . "\n"; |
507 | - echo "<h1>" . $STR[$LANG]['archives'] . " {$archiveyear}</h1>\n"; | |
507 | + echo '<h2 class="minibb-threadtitle">' . $STR[$LANG]['archives'] . " {$archiveyear}</h2>\n"; | |
508 | 508 | $threads = scandir($DATADIR . 'threads/', SCANDIR_SORT_ASCENDING); |
509 | 509 | foreach ($threads as $t) { |
510 | 510 | if (!preg_match('/^[0-9][0-9]*$/', $t)) continue; // skip anything that is not a thread id |