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