diff --git a/functions/displaycomicpost.php b/functions/displaycomicpost.php
index 0c3edc8..1405361 100644
--- a/functions/displaycomicpost.php
+++ b/functions/displaycomicpost.php
@@ -23,6 +23,7 @@ function display_comic_post() {
diff --git a/functions/moods.php b/functions/moods.php
new file mode 100644
index 0000000..401dff1
--- /dev/null
+++ b/functions/moods.php
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+ Available Moods here, you can set which mood images to use in the ComicPress Options.
+
+ ID, "mood", true );
+
+ if (empty($currentmood)) {
+ $mood = 'none';
+ } else {
+ $mood = explode(".", $currentmood);
+ $mood = reset($mood);
+ }
+
+ $filtered_glob_results = array();
+ $count = count($results = glob(get_template_directory() . '/images/moods/'.$moods_directory.'/*'));
+ echo $count .' moods are available.
+ Using Moods from directory: '.$moods_directory.'
+ Current Mood: '.$mood.'
';
+ if (!empty($results)) { ?>
+
+ None.
+ />
+
+
+
+
+
+
/>
+
+
+
+
+
\ No newline at end of file
diff --git a/images/moods/default/anger.png b/images/moods/default/anger.png
new file mode 100644
index 0000000..065b32f
Binary files /dev/null and b/images/moods/default/anger.png differ
diff --git a/images/moods/default/angry.png b/images/moods/default/angry.png
new file mode 100644
index 0000000..c963c02
Binary files /dev/null and b/images/moods/default/angry.png differ
diff --git a/images/moods/default/awe.png b/images/moods/default/awe.png
new file mode 100644
index 0000000..569073b
Binary files /dev/null and b/images/moods/default/awe.png differ
diff --git a/images/moods/default/burn.png b/images/moods/default/burn.png
new file mode 100644
index 0000000..f12f18f
Binary files /dev/null and b/images/moods/default/burn.png differ
diff --git a/images/moods/default/confused.png b/images/moods/default/confused.png
new file mode 100644
index 0000000..7ebaa15
Binary files /dev/null and b/images/moods/default/confused.png differ
diff --git a/images/moods/default/cool.png b/images/moods/default/cool.png
new file mode 100644
index 0000000..b24612b
Binary files /dev/null and b/images/moods/default/cool.png differ
diff --git a/images/moods/default/coolglare.png b/images/moods/default/coolglare.png
new file mode 100644
index 0000000..423e741
Binary files /dev/null and b/images/moods/default/coolglare.png differ
diff --git a/images/moods/default/crazy.png b/images/moods/default/crazy.png
new file mode 100644
index 0000000..3d70b7e
Binary files /dev/null and b/images/moods/default/crazy.png differ
diff --git a/images/moods/default/cry.png b/images/moods/default/cry.png
new file mode 100644
index 0000000..5d16313
Binary files /dev/null and b/images/moods/default/cry.png differ
diff --git a/images/moods/default/crying.png b/images/moods/default/crying.png
new file mode 100644
index 0000000..41365cb
Binary files /dev/null and b/images/moods/default/crying.png differ
diff --git a/images/moods/default/dizzy.png b/images/moods/default/dizzy.png
new file mode 100644
index 0000000..8591522
Binary files /dev/null and b/images/moods/default/dizzy.png differ
diff --git a/images/moods/default/embarrass.png b/images/moods/default/embarrass.png
new file mode 100644
index 0000000..a8b1b7d
Binary files /dev/null and b/images/moods/default/embarrass.png differ
diff --git a/images/moods/default/fire.png b/images/moods/default/fire.png
new file mode 100644
index 0000000..7a22f3e
Binary files /dev/null and b/images/moods/default/fire.png differ
diff --git a/images/moods/default/grimace.png b/images/moods/default/grimace.png
new file mode 100644
index 0000000..1d2c1ca
Binary files /dev/null and b/images/moods/default/grimace.png differ
diff --git a/images/moods/default/happy.png b/images/moods/default/happy.png
new file mode 100644
index 0000000..e7978dd
Binary files /dev/null and b/images/moods/default/happy.png differ
diff --git a/images/moods/default/huh.png b/images/moods/default/huh.png
new file mode 100644
index 0000000..6a589b8
Binary files /dev/null and b/images/moods/default/huh.png differ
diff --git a/images/moods/default/love.png b/images/moods/default/love.png
new file mode 100644
index 0000000..699dbca
Binary files /dev/null and b/images/moods/default/love.png differ
diff --git a/images/moods/default/lust.png b/images/moods/default/lust.png
new file mode 100644
index 0000000..bcaca01
Binary files /dev/null and b/images/moods/default/lust.png differ
diff --git a/images/moods/default/miao.png b/images/moods/default/miao.png
new file mode 100644
index 0000000..27774b5
Binary files /dev/null and b/images/moods/default/miao.png differ
diff --git a/images/moods/default/morequestions.png b/images/moods/default/morequestions.png
new file mode 100644
index 0000000..0890a82
Binary files /dev/null and b/images/moods/default/morequestions.png differ
diff --git a/images/moods/default/music.png b/images/moods/default/music.png
new file mode 100644
index 0000000..2c3d84e
Binary files /dev/null and b/images/moods/default/music.png differ
diff --git a/images/moods/default/ninja.png b/images/moods/default/ninja.png
new file mode 100644
index 0000000..f5a0cfa
Binary files /dev/null and b/images/moods/default/ninja.png differ
diff --git a/images/moods/default/normal.png b/images/moods/default/normal.png
new file mode 100644
index 0000000..da3b37f
Binary files /dev/null and b/images/moods/default/normal.png differ
diff --git a/images/moods/default/ooo.png b/images/moods/default/ooo.png
new file mode 100644
index 0000000..e206219
Binary files /dev/null and b/images/moods/default/ooo.png differ
diff --git a/images/moods/default/prettiness.png b/images/moods/default/prettiness.png
new file mode 100644
index 0000000..13d87f3
Binary files /dev/null and b/images/moods/default/prettiness.png differ
diff --git a/images/moods/default/pwnburn.png b/images/moods/default/pwnburn.png
new file mode 100644
index 0000000..a15a2b2
Binary files /dev/null and b/images/moods/default/pwnburn.png differ
diff --git a/images/moods/default/question.png b/images/moods/default/question.png
new file mode 100644
index 0000000..00900cd
Binary files /dev/null and b/images/moods/default/question.png differ
diff --git a/images/moods/default/shout.png b/images/moods/default/shout.png
new file mode 100644
index 0000000..396818f
Binary files /dev/null and b/images/moods/default/shout.png differ
diff --git a/images/moods/default/shy.png b/images/moods/default/shy.png
new file mode 100644
index 0000000..a9544c2
Binary files /dev/null and b/images/moods/default/shy.png differ
diff --git a/images/moods/default/silent.png b/images/moods/default/silent.png
new file mode 100644
index 0000000..ef2f105
Binary files /dev/null and b/images/moods/default/silent.png differ
diff --git a/images/moods/default/sleep.png b/images/moods/default/sleep.png
new file mode 100644
index 0000000..49f1268
Binary files /dev/null and b/images/moods/default/sleep.png differ
diff --git a/images/moods/default/slobber.png b/images/moods/default/slobber.png
new file mode 100644
index 0000000..f751e20
Binary files /dev/null and b/images/moods/default/slobber.png differ
diff --git a/images/moods/default/smile.png b/images/moods/default/smile.png
new file mode 100644
index 0000000..b64f1df
Binary files /dev/null and b/images/moods/default/smile.png differ
diff --git a/images/moods/default/spook.png b/images/moods/default/spook.png
new file mode 100644
index 0000000..78ecc2e
Binary files /dev/null and b/images/moods/default/spook.png differ
diff --git a/images/moods/default/startle.png b/images/moods/default/startle.png
new file mode 100644
index 0000000..3274c32
Binary files /dev/null and b/images/moods/default/startle.png differ
diff --git a/images/moods/default/surprise.png b/images/moods/default/surprise.png
new file mode 100644
index 0000000..5842d66
Binary files /dev/null and b/images/moods/default/surprise.png differ
diff --git a/images/moods/default/sweat.png b/images/moods/default/sweat.png
new file mode 100644
index 0000000..0b268ab
Binary files /dev/null and b/images/moods/default/sweat.png differ
diff --git a/images/moods/default/tears.png b/images/moods/default/tears.png
new file mode 100644
index 0000000..62bdd91
Binary files /dev/null and b/images/moods/default/tears.png differ
diff --git a/images/moods/default/thirst.png b/images/moods/default/thirst.png
new file mode 100644
index 0000000..63d8c53
Binary files /dev/null and b/images/moods/default/thirst.png differ
diff --git a/images/moods/default/vomit.png b/images/moods/default/vomit.png
new file mode 100644
index 0000000..0c1c4f0
Binary files /dev/null and b/images/moods/default/vomit.png differ
diff --git a/style.css b/style.css
index 425ddeb..ae33ce1 100644
--- a/style.css
+++ b/style.css
@@ -516,6 +516,13 @@ h3, h3 a {
height: 63px;
}
+ .post-mood {
+ float: left;
+ margin: 2px;
+ width: 63px;
+ height: 63px;
+ }
+
.post-date {
color: #777;
font-family: 'Georgia' , serif;
diff --git a/widgets/menubar.php b/widgets/menubar.php
index 9e3d9d9..4f7312c 100644
--- a/widgets/menubar.php
+++ b/widgets/menubar.php
@@ -65,7 +65,7 @@ function comicpress_menubar() {
Contact
-
+