DrupalBin
Submit Code
About
Recent Posts
Serializable closures
Closures in menu item arguments
dpr($content['field_headshot'])
Fix for Git push error
Проверка
Code
$item['title'] = $item['title'];
Loading specific field
expire give non-aliased paths
Fix for Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
krimson
Enable PHP errorlogging
April 23, 2009 - 10:12am —
JoWouters
error_reporting
(
E_ALL
)
;
ini_set
(
'display_errors'
,
TRUE
)
;
ini_set
(
'display_startup_errors'
,
TRUE
)
;
jwo
krimson
thesedays
shiny-upload 2
January 5, 2009 - 11:20am —
JoWouters
function
_shiny_upload_create_icon_path
(
$iconname
,
$theme
=
'protocons'
)
{
drupal_add_css
(
drupal_get_path
(
'module'
,
'shiny_upload'
)
.
'/shiny_upload.css'
)
;
jwo
krimson
shiny
Read more
shiny-upload
January 5, 2009 - 11:14am —
JoWouters
function
_shiny_upload_icon_path
(
$file
,
$theme
=
'protocons'
)
{
// If there's an icon matching the exact mimetype, go for it.
$dashed_mime
=
strtr
(
$file
[
'filemime'
]
,
array
(
'/'
=
>
'-'
)
)
;
icons
jwo
krimson
Read more
Fix for page.tpl.php
November 21, 2008 - 8:55am — Anonymous
<?php
print
$head
;
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
<?php
print
$head_title
;
?>
</title>
krimson
theming training
Read more
Fix for page.tpl.php
November 21, 2008 - 8:54am — Anonymous
<?php
print
$head
;
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
<?php
print
$head_title
;
?>
</title>
krimson
theming training
Read more
page.tpl.php
November 21, 2008 - 7:52am — Anonymous
<!
DOCTYPE html
PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
>
<
html xmlns=
"http://www.w3.org/1999/xhtml"
>
<
head
>
krimson
training
Read more
Fix for page.tpl.php
November 21, 2008 - 7:49am — Anonymous
<?php
print
$head
;
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
<?php
print
$head_title
;
?>
</title>
krimson
theming training
Read more
page.tpl.php
November 21, 2008 - 7:46am —
JoWouters
<!
DOCTYPE html
PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
>
<
html xmlns=
"http://www.w3.org/1999/xhtml"
>
<
head
>
krimson
training krimson
Read more
Fix for page.tpl.php
November 21, 2008 - 7:32am — Anonymous
<!
DOCTYPE html
PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
>
<
html xmlns=
"http://www.w3.org/1999/xhtml"
>
<
head
>
krimson
theming training
Read more
page.tpl.php
November 21, 2008 - 7:17am — Anonymous
<!
DOCTYPE html
PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
>
<
html xmlns=
"http://www.w3.org/1999/xhtml"
>
<
head
>
krimson
theming training
Read more
1
2
next ›
last »