Source code of Leftypol imageboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

28 lines
770 B

<?php
$theme = array(
'name' => 'IRC',
'description' => 'Display a link to the lainchan irc',
'version' => 'v1',
'config' => array(
array('title' => 'Page title',
'name' => 'title',
'type' => 'text'),
array('title' => 'Slogan',
'name' => 'subtitle',
'type' => 'text',
'comment' => '(optional)'),
array('title' => 'File',
'name' => 'file',
'type' => 'text',
'default' => 'irc.html'),
array('title' => 'Channel',
'name' => 'channel',
'type' => 'text',
'default' => 'lainchan')),
'build_function' => 'irc_build');
?>