=== modified file 'udsidebar_theme.inc' --- udsidebar_theme.inc 2009-11-05 17:43:14 +0000 +++ udsidebar_theme.inc 2009-11-29 22:58:04 +0000 @@ -11,7 +11,7 @@ */ function theme_udsidebar_box($back, $link, $title, $image, $content) { $box = '
'; - $box .= ' '; + $box .= ' ' . $title . ''; $box .= ' ' . $title . ''; $box .= '

' . $content . '

'; $box .= '
';