1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-12 01:50:48 +01:00

Fix for title/subtitle related issue

Subtitle was the page title and title was unused.
This commit is contained in:
Mert Kasım İmran 2020-11-30 20:01:34 +03:00 committed by Fredrick Brennan
parent d7d478181d
commit d6d1082991

View File

@ -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 = '';