1
0

Revert "Use strict frontend template fallback"

This reverts commit 8788403baa.
This commit is contained in:
Ian
2015-02-04 15:26:41 +01:00
parent 8788403baa
commit a576ee8ec9
2 changed files with 1 additions and 5 deletions

View File

@ -40,10 +40,6 @@ Version 2.0.1 ()
Version 2.0 (January 23rd, 2015)
------------------------------------------------------------------------
* Change 2k11 config.inc.php to reflect proper
serendipity_getTemplateFile() when frontend files shall be
referenced within the backend.
* Smarty fix for purging compiled files
* Fix wrong search page ordering when stable archive was active

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',