rename some things
This commit is contained in:
parent
b393c91466
commit
49f1b79ae4
|
@ -13,7 +13,8 @@ class ComicPress {
|
||||||
'category_order' => false,
|
'category_order' => false,
|
||||||
'blogpost_count' => 10,
|
'blogpost_count' => 10,
|
||||||
'comic_space' => 'comic_only',
|
'comic_space' => 'comic_only',
|
||||||
'category_page_usage' => 'archive_list'
|
'category_page_usage' => 'archive_list',
|
||||||
|
'layout' => 'classic.inc'
|
||||||
);
|
);
|
||||||
|
|
||||||
var $additional_stylesheets = array();
|
var $additional_stylesheets = array();
|
||||||
|
|
Loading…
Reference in New Issue