DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 14 min
ago
Code
4 hours 27 min
ago
Fix for Code
4 hours 36 min
ago
d5, hook_comment, trying to force an input filter format
7 hours 54 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
regions
block visibility code doesn't work in all regions
February 28, 2008 - 3:04pm — Anonymous
if
(
drupal_is_front_page
(
)
==
TRUE
)
{
return
FALSE
;
}
else
{
return
TRUE
;
}
block
regions
theming
Example Regions for Template.php
January 8, 2008 - 10:48am — Anonymous
<?php
//I have three regions: partners, content, and footer. You regions are probably different
function
mytheme_regions
(
)
{
return
array
(
'partners'
=>
t
(
'Partners'
)
,
regions
Read more