open theme's xml file in a text editor (eg. notepad++), do following edits, save the file and use it
Quote:change {$monthnames[$prev_month['month']]} to {$prev_month['month']}
and replace {$monthnames[$next_month['month']]} with {$next_month['month']}