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:
parent
d7d478181d
commit
d6d1082991
@ -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…
Reference in New Issue
Block a user