1
0

Revert "Use strict frontend template fallback"

This reverts commit 4d0daa24d0.
This commit is contained in:
Ian
2015-02-04 15:14:28 +01:00
parent 4d0daa24d0
commit 12eb66a669
2 changed files with 1 additions and 7 deletions

View File

@ -25,12 +25,6 @@ Version 2.1 ()
Version 2.0.1 ()
------------------------------------------------------------------------
* Fixed 2k11/config.inc.php file to (examplewise) strictly follow
the changed serendipity_getTemplateFile() API method, in case
it is used in a custom theme/template, where this is necessary.
(PLEASE NOTE: This only applies to getTemplateFile() method calls,
which need to be shown in the backend!)
* Fixed missing file message for deleted media items
* Fixed entry editor JS not emitting a 'No tags' msg in taxonomy

View File

@ -50,7 +50,7 @@ $template_config = array(
'var' => 'header_img',
'name' => TWOK11_HEADER_IMG,
'type' => 'media',
'default' => serendipity_getTemplateFile('header.jpg', 'serendipityHTTPPath', true)
'default' => serendipity_getTemplateFile('header.jpg')
),
array(
'var' => 'webfonts',