diff --git a/docs/framework/templates/index.md b/docs/framework/templates/index.md index 06be0da93cb87a7d22aa28c4d414eeddca5d8aa0..a3a128cbc8f5345b6ffb931a43be497a0d0e6e1f 100644 --- a/docs/framework/templates/index.md +++ b/docs/framework/templates/index.md @@ -88,9 +88,10 @@ CiviCRM introduces some extra features to Smarty: All the templates are under the folder `templates/CRM` in your CiviCRM installation. Finding which template is used on a given page can be -difficult, but the easiest way to find out the answer is to view the -source of the page from a web browser and search for `.tpl`. For -example, for the Contact Summary page, use the web browser to open the +difficult, but the easiest way to find out the answer is to +[enable debugging](/tools/debugging.md#changing-settings-in-the-ui) then +view the source of the page from a web browser and search for `.tpl`. +For example, for the Contact Summary page, use the web browser to open the Contact Summary page, then click "View Source" in the browser. You should find an HTML comment such as: