Changeset 2676:aa8469b8cc6c
- Timestamp:
- 02/25/14 15:54:26 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/lib.tpl.context.php
r2665 r2676 311 311 if (isset($GLOBALS['__theme'])) { 312 312 $path[] = $GLOBALS['__theme']; 313 if (isset($GLOBALS['__parent_theme'])) { 314 $path[] = $GLOBALS['__parent_theme']; 315 } 313 316 } 314 317 $path[] = 'default';
Note: See TracChangeset
for help on using the changeset viewer.