I'm still not very good at custom theming, and I wanted a way to customize the intro text. i ended up editing guestbook.module, which I really didn't want to do. I tried this for a start near line 721:
$output = $intro ? '<div class="introtext">'.check_markup($intro).'</div>' : '';
It works fine, but isn't there a better way?
Comments
Comment #1
sunThis will likely be possible for D7 via #1014194: Port Guestbook to Drupal 7
Comment #2
wxman commentedIt's going to be a while before I can switch to D7. Too many modules still nowhere near upgrading.