DrupalBin
Submit Code
About
Recent Posts
trace
19 min 44 sec
ago
Fix for Code
7 hours 6 min
ago
Fix for Code
7 hours 7 min
ago
Code
7 hours 12 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
block.inc
View
Download
Fix
August 19, 2008 - 6:14pm —
sdboyer
function
theme_panels_block_style_render_pane
(
$content
,
$pane
,
$display
)
{
if
(
!
empty
(
$content
->
title
)
)
{
$content
->
subject
=
$content
->
title
;
}
return
theme
(
'block'
,
$content
)
;
}