use Twig template for "basic" theme

This commit is contained in:
Michael Save
2012-02-08 09:08:13 +11:00
parent 3868004169
commit 658a7b4379
3 changed files with 45 additions and 40 deletions

View File

@@ -4,8 +4,8 @@
// Theme name
$theme['name'] = 'Basic';
// Description (you can use Tinyboard markup here)
$theme['description'] = 'Extremely basic news listing for the homepage. It\'s suggested that you enable boardlinks for this theme.';
$theme['version'] = 'v0.9';
$theme['description'] = 'Extremely basic news listing for the homepage. Enabling boardlinks is recommended for this theme.';
$theme['version'] = 'v0.9.1';
// Theme configuration
$theme['config'] = Array();
@@ -24,4 +24,4 @@
// Unique function name for building everything
$theme['build_function'] = 'basic_build';
?>
?>