Make slack report notifier, donate page, irc page and radio page use configuration variables instead of hard coding values.

This commit is contained in:
Benjamin Southall 2016-10-02 01:15:34 +09:00
parent c58e37ce39
commit 03075e7a8c
10 changed files with 242 additions and 228 deletions

View file

@ -17,7 +17,12 @@ $theme = array(
array('title' => 'File',
'name' => 'file',
'type' => 'text',
'default' => 'irc.html')),
'default' => 'irc.html'),
array('title' => 'Channel',
'name' => 'channel',
'type' => 'text',
'default' => 'lainchan')),
'build_function' => 'irc_build');
?>