DrupalBin
Submit Code
About
Recent Posts
MENU_DEFAULT_LOCAL_TASK weight
Body classes
Code
Code
Code
Code
Code
Fix for omni
omni
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
Panels
simpletest
test
theme
user
views
more tags
Home
core
Fehlermeldungen
December 30, 2009 - 11:05am — Anonymous
*
warning
:
include_once
(
modules
/
aggregator
/
aggregator
.
pages
.
inc
)
[
function
.
include
-
once
]
:
failed to open stream
:
No such
file
or directory in
/
var
/
www
/
kunden
/
kd75
/
html
/
drupal
/
includes
/
theme
.
inc on
core
Read more
RDF in core idea
May 13, 2009 - 10:33am — Anonymous
<?php
/**
* Implementation of hook_rdf_schema().
*/
function
node_rdf_schema
(
)
{
$rdf
=
array
(
)
;
$rdf
[
'node'
]
=
array
(
'label'
=
>
t
(
'content'
)
,
'class'
=
>
'sioc:post'
)
;
core
rdf
token
Read more
drupal_set_title calls
December 9, 2008 - 12:50pm — Anonymous
SEE A GREP FROM CORE
FOR
drupal_set_title
CALLS WITH
@
IN CORE
includes
/
common.inc:895:
*
drupal_set_title
(
$title
=
t
(
"@name's blog"
,
array
(
'@name'
=
>
$account
-
>
name
)
)
, PASS_THROUGH
)
;
consistency
core
drupal_set_title
Read more
bootstrap_invoke_all
October 29, 2008 - 12:13am —
litwol
Index: includes/bootstrap.inc
===================================================================
RCS file: /www/REPOSITORIES/core/drupal/includes/bootstrap.inc,v
retrieving revision 1.206.2.4
core
Read more
Code
December 14, 2007 - 12:01am — Anonymous
Only in d6: .DS_Store
Only in d6: files
Only in d6/modules: .DS_Store
diff -r -u -F'^function' drupal-6.0-beta4/modules/system/system.admin.inc d6/modules/system/system.admin.inc
core
patch
Read more