DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 59 min
ago
Fix for my user handler
2 hours 22 min
ago
Fix for my user handler
2 hours 25 min
ago
my user handler
4 hours 14 min
ago
more
Tags
CCK
fapi
javascript
jquery
menu
module
Panels
simpletest
template.php
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
remove blog link
View
Download
Fix
April 24, 2008 - 1:50pm — Anonymous
function
phptemplate_links
(
$links
,
$attributes
=
array
(
)
)
{
unset
(
$links
[
'blog_usernames_blog'
]
)
;
return
theme_links
(
$links
,
$attributes
)
;
}
drupal