Use strict frontend template fallback
in case it is used as a copy template, see http://board.s9y.org/viewtopic.php?f=11&p=10441860#p10441860
This commit is contained in:
		| @@ -25,6 +25,12 @@ 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 | ||||
|   | ||||
| @@ -50,7 +50,7 @@ $template_config = array( | ||||
|         'var' => 'header_img', | ||||
|         'name' => TWOK11_HEADER_IMG, | ||||
|         'type' => 'media', | ||||
|         'default' => serendipity_getTemplateFile('header.jpg') | ||||
|         'default' => serendipity_getTemplateFile('header.jpg', 'serendipityHTTPPath', true) | ||||
|     ), | ||||
|     array( | ||||
|         'var' => 'webfonts', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user