When I looked at the xhtml code I discovered that the months are included by the “
. And the title need to be included by
Can I change this by myself?
When I looked at the xhtml code I discovered that the months are included by the “
. And the title need to be included by
Can I change this by myself?
Comments
Comment #1
FPJ commented* Forget the c o d e t a g s *
Comment #2
Susurrus commentedThis is definitely changeable by a theme override function, which is one of the advantages of this code being inside a theme function. Some instructions on how to do this is here: http://drupal.org/node/11811. Also, you may wish to upgrade to 6.x-1.0 as it offers security fixes along with many other changes and I highly recommend updating. I think this function was actually changed to what you want in the 1.0 release.
Comment #3
Susurrus commentedI'm not going to change this right now, at least, as the block looks significantly worse using the month/year as the caption and day titles as the header row. While it makes more sense for it to be arranged like this, I'm going to postpone it for now. You are, however, able to easily change any theme_* function using the override methods provided by your theming engine (normally PHPTemplate). If you modify the CSS for archive to theme the block nicely, then I would definitely commit this change, I just don't have time to mess with CSS styles right now.
Comment #4
Susurrus commentedFixed in 6.x and 5.x. Thanks for catching this.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.