transition to Twig
This commit is contained in:
15
templates/themes/4chon/info.php
Normal file
15
templates/themes/4chon/info.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
$theme = Array();
|
||||
|
||||
// Theme name
|
||||
$theme['name'] = '4chon';
|
||||
// Description (you can use Tinyboard markup here)
|
||||
$theme['description'] = 'Official 4chon.net theme.';
|
||||
$theme['version'] = 'v0.9';
|
||||
|
||||
// Theme configuration
|
||||
$theme['config'] = Array();
|
||||
|
||||
// Unique function name for building everything
|
||||
$theme['build_function'] = 'chon_build';
|
||||
?>
|
Reference in New Issue
Block a user