Dotclear

Changeset 3875:cb0f24701f13


Ignore:
Timestamp:
09/14/18 12:33:10 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Switch .tpl extensions to .php for some included "template" (coded in HTML/PHP)

Files:
2 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • inc/dbschema/upgrade.php

    r3874 r3875  
    662662                " AND setting_value = '1.11.3' "; 
    663663            $core->con->execute($strReq); 
     664 
     665            # A bit of housecleaning for no longer needed files 
     666            $remfiles = [ 
     667                'plugins/dcLegacyEditor/tpl/index.tpl', 
     668                'plugins/dcCKEditor/tpl/index.tpl' 
     669            ]; 
     670            foreach ($remfiles as $f) { 
     671                @unlink(DC_ROOT . '/' . $f); 
     672            } 
    664673        } 
    665674 
  • plugins/dcCKEditor/inc/_config.php

    r3874 r3875  
    7575} 
    7676 
    77 include dirname(__FILE__) . '/../tpl/index.tpl'; 
     77include dirname(__FILE__) . '/../tpl/index.php'; 
  • plugins/dcLegacyEditor/index.php

    r3731 r3875  
    2929} 
    3030 
    31 include dirname(__FILE__) . '/tpl/index.tpl'; 
     31include dirname(__FILE__) . '/tpl/index.php'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map