X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=includes%2Fcommon.php;h=a0f2950534bacbdd6ccb4046a5cc788f7896c08e;hb=7a857cea17b09e5f7c21fad092b7687ca1a3f103;hp=00ba9b3c2d3c8431277e4690672cbc44709b6974;hpb=c3a408eb290cd244c19176ba6116452a12487d0d;p=ngircd-web.git diff --git a/includes/common.php b/includes/common.php index 00ba9b3..a0f2950 100644 --- a/includes/common.php +++ b/includes/common.php @@ -54,7 +54,7 @@ function begin_page($lang = 'en', $title = null) { echo '
  • Download
  • '; echo '
  • Documentation
  • '; echo '
  • Support
  • '; - echo '
  • Bug-Tracker
  • '; + echo '
  • Bug Tracker
  • '; } echo '
    '; @@ -63,8 +63,11 @@ function begin_page($lang = 'en', $title = null) { function end_page() { echo ''; - echo ''; + echo ''; echo ''; }