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

    r762 r767  
    142142 *****************************************************************************/
    143143
    144 include 'header.ihtml';
     144include 'header.' . $app->getParam('template_ext');
    145145include 'codebase/services/templates/' . $main_template;
    146 include 'footer.ihtml';
     146include 'footer.' . $app->getParam('template_ext');
    147147
Note: See TracChangeset for help on using the changeset viewer.