Changeset 767 for trunk/lib/App.inc.php


Ignore:
Timestamp:
Jun 7, 2022 6:41:24 AM (23 months ago)
Author:
anonymous
Message:

Add App param ‘template_ext’ used to inform services where to find header and footer templates. Minor fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/App.inc.php

    r763 r767  
    8888        'site_version' => '', // Version of this application (set automatically during start() if site_version_file is used).
    8989        'site_version_file' => 'docs/version.txt', // File containing version number of this app, relative to the include path.
     90        'template_ext' => 'ihtml', // Legacy template file send in .ihtml, newer sites use .inc.html or .inc.php.
    9091
    9192        // The location the user will go if the system doesn't know where else to send them.
Note: See TracChangeset for help on using the changeset viewer.