From 12eb66a669665987ac370a3c6cc35dedddb0a948 Mon Sep 17 00:00:00 2001 From: Ian <aristophian@googlemail.com> Date: Wed, 4 Feb 2015 15:14:28 +0100 Subject: [PATCH] Revert "Use strict frontend template fallback" This reverts commit 4d0daa24d00567e20ac4e7a0d75a7aa7c274d6a7. --- docs/NEWS | 6 ------ templates/2k11/config.inc.php | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index 9133f063..3a183e4a 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -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 diff --git a/templates/2k11/config.inc.php b/templates/2k11/config.inc.php index c386d421..0e11f08d 100644 --- a/templates/2k11/config.inc.php +++ b/templates/2k11/config.inc.php @@ -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',