By gp.mazzola on
Hi! I was trying to modify the output of a CCK created content, using the contemplate module. I was trying to u use a new php function that I included in my template.tpl.php file, but now it tells me that I am using a not declared function and it give me error if I try to edit the template for that content. If I remove the content type and then I create it with the same name, the content template is still there and not editable. So removing the content type does not reset the template.
How can I reset then that content template???
Thank you!
G.P.
Comments
http://drupal.org/node/113980
Edit (March 1, 2008)
here's related:
http://drupal.org/node/101144
http://drupal.org/node/113980
http://drupal.org/node/123061
http://drupal.org/node/137719
http://drupal.org/node/220374
Delete templates in Contemplate
The ability to delete the template from /admin/content/templates is in 5.x-1.9 releasing tonight.
Great! :) Following advice
Great! :)
Following advice in previous answer, I was able to delete the broken template with PHPmyAdmin.
Thanks for answers!