Browse Source

Fix for title/subtitle related issue

Subtitle was the page title and title was unused.
main
Mert Kasım İmran 4 years ago
committed by Fredrick Brennan
parent
commit
d6d1082991
  1. 4
      templates/themes/ukko/theme.php

4
templates/themes/ukko/theme.php

@ -31,8 +31,8 @@
$overflow = array();
$board = array(
'url' => $this->settings['uri'],
'name' => $this->settings['title'],
'title' => sprintf($this->settings['subtitle'], $this->settings['thread_limit'])
'title' => $this->settings['title'],
'subtitle' => sprintf($this->settings['subtitle'], $this->settings['thread_limit'])
);
$query = '';

Loading…
Cancel
Save