PDA

View Full Version : Add Template Name in HTML Comments


lange
02-19-2021, 12:53 PM
Hi,

I searched, I did not find. To be sure, does vB5 have the same option as under vb 3.8.11 ¨Add Template Name in HTML Comments i.e. the possibility to add the template name at the beginning and end of every template rendered ?

Best regards

shka
02-19-2021, 01:25 PM
AdminCP / Settings / Product/Hook-System / Add Template Name in HTML Comments

Add the template name at the beginning and end of every template rendered. This is useful for debugging and analyzing the HTML code, but turn it off to save bandwidth when running in a production environment.

AdminCP / Settings / Product/Hook-System / Add Hook Name in HTML Comments

Add the hook name as an HTML comment when invoked. Each hook location will also display a "Add Hook" link based on the "Show Hook Links" option below. This is useful for debugging and development, but the links can be too intrusive when running in a production environment.

lange
02-19-2021, 01:51 PM
Thank you very much!!!