Dotclear

Changeset 2676:aa8469b8cc6c


Ignore:
Timestamp:
02/25/14 15:54:26 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Cope with parent theme, if any for smileys, fixes #1496

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/public/lib.tpl.context.php

    r2665 r2676  
    311311          if (isset($GLOBALS['__theme'])) { 
    312312               $path[] = $GLOBALS['__theme']; 
     313               if (isset($GLOBALS['__parent_theme'])) { 
     314                    $path[] = $GLOBALS['__parent_theme']; 
     315               } 
    313316          } 
    314317          $path[] = 'default'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map