How do I delete a custom template?

th13rteen

New Member
How do I delete a custom template that I made to make a custom page. I'm not talking about a whole style.

One more question if I upgrade to 3.7 and then come back to 3.6 then did I mess the database up? I don't think I did. ??

Thanks guys.
 
That didn't work for me. lol Like I see the custom template still there but without a title. Like its a blank in the title. Any other way? I'll see if I can delete from the MySQL.

Anyway thanks for replying so fast.
 
You will have to delete the template from the MASTER STYLE, you'll need to enable debug mode in order to access the MASTER STYLE then. You can do this by adding this line to your config.php file and uploading it to your server.

PHP Code:
Code:
$config['Misc']['debug'] = true;

Then just "Revert" the template you want to, in the MASTER STYLE, as usual.
 
Back
Top