Skip to content
Snippets Groups Projects
Unverified Commit 2f4b0be9 authored by Aidan Saunders's avatar Aidan Saunders Committed by GitHub
Browse files

Enable debugging to see tpl's in source

parent 5048d769
Branches
No related tags found
No related merge requests found
......@@ -88,9 +88,11 @@ 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
then view the source of the page from a web browser and search for `.tpl`.
To enable debugging to go to **Administer > System Settings > Debugging
and Error Handling** then select **Enable Debugging**.
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment