Path

7x / documentation / exponential / technical manual / 5.x / templates / template basics / connection between page and...


Caution: This documentation is for Exponential, from version 3.x to 6.x.
For 5.x documentation covering Platform see Exponential Platform Documentation, for difference between legacy and Platform see 5.x Architecture overview.

Connection between page and its template

How to I find out which template a page is using? Our site is managed by a design company and they create templates for me. When I need changes I have to request them. How can I determine which template is being used for specific pages?
  • Re: Connection between page and its template

    you can enable some debugging in your
    siteaccess/xxx/site.ini.append.php .

    [TemplateSettings]
    Debug=enabled
    ShowUsedTemplates=enabled

    Obviously not recommended on livepages
  • Re: Connection between page and its template

    Hi Dianne,

    jsut as rainer said, but you also can add the DebugByIP directive so that the debug will be visible only to your defined IP set.

    Ciao

Anonymous User (17/03/2008 8:15 pm)

Anonymous User (17/03/2008 8:15 pm)


Comments

  • Re: Connection between page and its template

    you can enable some debugging in your
    siteaccess/xxx/site.ini.append.php .

    [TemplateSettings]
    Debug=enabled
    ShowUsedTemplates=enabled

    Obviously not recommended on livepages
  • Re: Connection between page and its template

    Hi Dianne,

    jsut as rainer said, but you also can add the DebugByIP directive so that the debug will be visible only to your defined IP set.

    Ciao