diff --git a/archive-comic-calendar.php b/archive-comic-calendar.php
index a248950..7d7f38e 100644
--- a/archive-comic-calendar.php
+++ b/archive-comic-calendar.php
@@ -112,10 +112,10 @@ foreach ( $years as $year ) {
?>
-
+
- 0) {
+ 0) {
if (is_array($monthfile)) $monthfile = reset($monthfile); ?>
diff --git a/comicpress-options-config.php b/comicpress-options-config.php
index bd3f6c9..3bd3060 100644
--- a/comicpress-options-config.php
+++ b/comicpress-options-config.php
@@ -196,7 +196,7 @@ $options = array (
array(
"id" => "comicpress-calendar_directory",
- "default" => "none",
+ "default" => "default",
"type" => "comicpress-calendar_directory"),
diff --git a/functions.php b/functions.php
index fd56998..e73584e 100644
--- a/functions.php
+++ b/functions.php
@@ -1,6 +1,11 @@
-