DrupalBin
Submit Code
About
Recent Posts
float?
1 hour 32 min
ago
views handler
5 hours 3 min
ago
Code
5 hours 18 min
ago
Code
5 hours 19 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 visibility code doesn't work in all regions
View
Download
Fix
February 28, 2008 - 3:04pm — Anonymous
if
(
drupal_is_front_page
(
)
==
TRUE
)
{
return
FALSE
;
}
else
{
return
TRUE
;
}
block
regions
theming