Changeset 3874:ab8368569446 for inc/public/prepend.php
- Timestamp:
- 09/14/18 12:16:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/prepend.php
r3731 r3874 130 130 # Prepare the HTTP cache thing 131 131 $mod_files = get_included_files(); 132 $mod_ts = array();132 $mod_ts = []; 133 133 $mod_ts[] = $core->blog->upddt; 134 134 135 $__theme_tpl_path = array(135 $__theme_tpl_path = [ 136 136 $core->blog->themes_path . '/' . $__theme . '/tpl' 137 );137 ]; 138 138 if ($__parent_theme) { 139 139 $__theme_tpl_path[] = $core->blog->themes_path . '/' . $__parent_theme . '/tpl';
Note: See TracChangeset
for help on using the changeset viewer.