DrupalBin
Submit Code
About
Recent Posts
Failed relationship
6 hours 48 min
ago
Fix for Code
8 hours 2 min
ago
Fix for Code
8 hours 6 min
ago
Fix for Code
8 hours 25 min
ago
more
Tags
CCK
fapi
jquery
menu
module
Panels
php
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
comments
relative date in comments
June 27, 2008 - 7:20am — Anonymous
function
tassoman_comment_view
(
$comment
,
$links
=
array
(
)
,
$visible
=
1
)
{
static
$first_new
=
TRUE
;
// comment time difference
static
$comment_previous_timestamp
;
comments
theme
Read more
Trying to get summary in teaser
February 15, 2008 - 8:50am — Anonymous
<a href=
"?q=node/<?php print $node->vid ?>"
title=
"<?php print check_plain($node->title) ?>"
><?php
print
check_plain
(
$node
->
title
)
?></a>
<br/>
comments
content template
drupal
teaser
views
Read more