Echo out template names (like in vB)

RickM

Well-known member
Would it be possible to have a setting to echo out html comments showing the start/end of each template?

I know it was an option in vB and was very useful during mod and theme development. I did have a look for it in the admin area however couldnt see it anywhere.

Cheers :)
 
This isn't a particularly easy option and it has great possibility of interfering with some of the JS manipulations.

The fundamental template that is used to render the page is available in the output HTML:
Code:
<div id="content" class="thread_view">
 
Top Bottom