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/password.php

    r763 r767  
    9090
    9191// Templates.
    92 include 'header.ihtml';
     92include 'header.' . $app->getParam('template_ext');
    9393include 'password.ihtml';
    94 include 'footer.ihtml';
     94include 'footer.' . $app->getParam('template_ext');
    9595
Note: See TracChangeset for help on using the changeset viewer.