Hey Nicolas,
I've come up with a patch to elimate the last couple of print_header and build_navigation calls in blog.
However I would like you to have a look at it if possible, I couldn't work out the header.php and blog_page::print_header.
- header.php builds a navlinks array but I couldn't see where it was used.
- blog_page::print_header calls print_header but I'm not sure where it's conversion would be to call it's own set methods, or globalize $PAGE and use it
s set methods?
Hey Nicolas,
I've come up with a patch to elimate the last couple of print_header and build_navigation calls in blog.
However I would like you to have a look at it if possible, I couldn't work out the header.php and blog_page::print_header.
s set methods?