• R/O
  • SSH
  • HTTPS

mateuszbb: Commit


Commit MetaInfo

Revision5 (tree)
Time2023-04-11 06:18:32
Authormateuszviste

Log Message

styling improved

Change Summary

Incremental Difference

--- trunk/mateuszbb.php (revision 4)
+++ trunk/mateuszbb.php (revision 5)
@@ -504,7 +504,7 @@
504504 // wyświetl archiwum
505505 if ($archiveyear > 0) {
506506 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";
508508 $threads = scandir($DATADIR . 'threads/', SCANDIR_SORT_ASCENDING);
509509 foreach ($threads as $t) {
510510 if (!preg_match('/^[0-9][0-9]*$/', $t)) continue; // skip anything that is not a thread id
Show on old repository browser