Add catalog for Ukko

This commit is contained in:
Matěj Grabovský 2015-06-02 15:28:06 +02:00
parent 1f409a6f4d
commit 1c641eb46b
5 changed files with 207 additions and 104 deletions

View file

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