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/services/lock.php

    r762 r767  
    7171
    7272// Templates.
    73 include 'header.ihtml';
     73include 'header.' . $app->getParam('template_ext');
    7474// $lock->printErrorHTML();
    7575include 'lock.ihtml';
    76 include 'footer.ihtml';
     76include 'footer.' . $app->getParam('template_ext');
    7777
Note: See TracChangeset for help on using the changeset viewer.