forked from leftypol/leftypol
"recent" theme
This commit is contained in:
parent
9ca7dc6182
commit
eedd6ab3f4
3 changed files with 155 additions and 0 deletions
21
templates/homepage/recent/info.php
Normal file
21
templates/homepage/recent/info.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
$theme = Array();
|
||||
|
||||
// Theme name
|
||||
$theme['name'] = 'RecentPosts';
|
||||
// Description (you can use Tinyboard markup here)
|
||||
$theme['description'] = 'Show recent posts and images, like 4chan.';
|
||||
$theme['version'] = 'v0.9';
|
||||
|
||||
// Theme configuration
|
||||
$theme['config'] = Array();
|
||||
|
||||
$theme['config'][] = Array(
|
||||
'title' => 'Title',
|
||||
'name' => 'title',
|
||||
'type' => 'text'
|
||||
);
|
||||
|
||||
// Unique function name for building everything
|
||||
$theme['build_function'] = 'recentposts_build';
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue