I don't know why this happens, but I am not able to modify this theme.
I changed the tag in themes/box_grey/page.tpl.php but the output page does not reflect this changes

Code :

<title><?php print "Say hello to heaven" /*$head_title*/ ?></title>

Well, the title of the page remains the same ( it does not change to "Say hello to heaven")

Can someone please help me with that ? I am stuck and I don't know how to continue.

Thanks in advance

Comments

dublin drupaller’s picture

try this:

<title> Say hello to heaven </title>

Dub

pildit’s picture

Thanks Dub, but I gave up the PHPTemplate solution, now I'm working on a Xtemplate theme.
Strange things are happening here too, suddenly the themes don't work anymore.
I was forced to drop my system table and to copy it from another install. There's something rotten in this table, and I don't know how it relates to the theme system.
I tried to find some documentation, but no luck !

adrinux’s picture

Dublin gave a suitable answer. Closing.