forked from leftypol/leftypol
Update templates for new stylesheets
This commit is contained in:
parent
addf730393
commit
2049f4d8f8
13 changed files with 148 additions and 9 deletions
23
templates/themes/irc/info.php
Normal file
23
templates/themes/irc/info.php
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?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')),
|
||||
|
||||
'build_function' => 'irc_build');
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue