comicpress-config.php change

This commit is contained in:
John Bintz 2009-12-04 23:14:33 -05:00
parent 51b1850765
commit d256db45ed
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
<?php <?php
//COMIC CATEGORY -the WordPress ID # of your comic category (default "3") //COMIC CATEGORY -the WordPress ID # of your comic category (default "3")
$comiccat = "55"; $comiccat = "3";
//BLOG CATEGORY - the WordPress ID of your blog category (default "1") //BLOG CATEGORY - the WordPress ID of your blog category (default "1")
$blogcat = "58"; $blogcat = "1";
//COMIC FOLDER - the folder your comics files are located in (default "comics") //COMIC FOLDER - the folder your comics files are located in (default "comics")
$comic_folder = "comics"; $comic_folder = "comics";