lainchan/templates/themes/4chon/info.php
2011-10-05 15:22:53 +11:00

15 lines
355 B
PHP

<?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';
?>