Source code of Leftypol imageboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
355 B

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