I copied the template file translation404-page.tpl.php into my theme folder and changed it. However, the original template is not overridden by my own. Any idea why?
Marcus
I copied the template file translation404-page.tpl.php into my theme folder and changed it. However, the original template is not overridden by my own. Any idea why?
Marcus
Comments
Comment #1
vm commenteddid you clear the theme registry/cache in administer performance?
Comment #2
gavri commentedDid you try clear the theme registry?
Comment #3
marcushenningsen commentedSeveral times.
Do I need a preprocess function in my template.php in order to get my theme to include the new translation404-page.tpl.php?
Comment #4
shadysamir commentedWhat happened to this issue? Having the same problem
Comment #5
marcushenningsen commentedI've been busy with another project, but I'll be getting back to this within a couple of weeks, and I'm still interested in a solution.
Marcus
Comment #6
Stephen Scholtz commentedSubscribe, also have the same problem. In the meantime, I just overwrote the original tpl file in the module folder.
Comment #7
Johnny vd Laar commentedThis:
should be this:
The array key should have the same name as the template name.