if (isset($newskin)) { $newskin=(int)$newskin; if ($newskin<1) $newskin=2; if ($newskin>2) $newskin=2; } elseif (isset($skin)) { $newskin=(int)$skin; if ($skin<1) $newskin=2; if ($skin>2) $newskin=2; } else { $newskin=2; } $skin=$newskin; $headervar = "/home/mediamogul/www/www.themediadrop.com/docs/skins/header"; $footervar = "/home/mediamogul/www/www.themediadrop.com/docs/skins/footer"; $extension = ".php"; ?>


| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 |
Okay - a few more site updates tonight. I've temporarily disabled the visual PageRank because it's massively slowing the site down.
I added Search Statistics to the stats section on the navbar. It utilizes David Raynes' MTSearches plugin. This should make for fun periodic viewing for what people are randomly looking for here.
For more navigation abilities, I implemented Phil Ringnalda's "PreviousNextInCategory" plugin. Now, when you're in an entry, you have two navigation items above the post - one will take you to the next/previous sequential post, the lower one will take you to the next/previous sequential post in that category. Note: if a post has multiple categories, and you click over to the previous/next post, it might shift categories based on whether that post was placed in that category first. Yes, it sounds confusing, but you'll figure it out.
Then, I added this code from scriptygoddess' site for adding easy-to-use clicks in the comments sections to add URLs, bold, or italicize text. So far it's not working with the live preview option I have in the comments, but I'm looking into it.