DrupalBin
Submit Code
About
Recent Posts
Code
2 hours 1 min
ago
Fix for my user handler
2 hours 24 min
ago
Fix for my user handler
2 hours 27 min
ago
my user handler
4 hours 16 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
theme-settings.php
maybe a problem with accents on drupal 6 for theme-settings.php
February 21, 2008 - 10:34am — Anonymous
/**
* template.php
*/
<?php
/*
* Initialize theme settings
*/
if
(
is_null
(
theme_get_setting
(
'who_we_are_title'
)
)
)
{
global
$theme_key
;
/*
drupal6
template.php
theme-settings.php
Read more
Fix for maybe a problem with accents on drupal 6 for theme-settings.php
February 21, 2008 - 10:29am — Anonymous
/**
* template.php
*/
<?php
/*
* Initialize theme settings
*/
if
(
is_null
(
theme_get_setting
(
'who_we_are_title'
)
)
)
{
global
$theme_key
;
/*
drupal6
template.php
theme-settings.php
Read more
Fix for maybe a problem with accents on drupal 6 for theme-settings.php
February 21, 2008 - 10:25am — Anonymous
/**
* template.php
*/
<?php
/*
* Initialize theme settings
*/
if
(
is_null
(
theme_get_setting
(
'quem_somos_title'
)
)
)
{
global
$theme_key
;
/*
drupal6
template.php
theme-settings.php
Read more
maybe a problem with accents on drupal 6 for theme-settings.php
February 21, 2008 - 10:04am — Anonymous
/**
* template.php
*/
<?php
/*
* Initialize theme settings
*/
if
(
is_null
(
theme_get_setting
(
'quem_somos_title'
)
)
)
{
global
$theme_key
;
/*
drupal6
template.php
theme-settings.php
Read more