mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
keep DIR_SEP for 3rd party compatability
This commit is contained in:
2
NEWS
2
NEWS
@@ -1,4 +1,4 @@
|
|||||||
- remove DIR_SEP, use DIRECTORY_SEPARATOR exclusively (Monte)
|
- use DIRECTORY_SEPARATOR exclusively, keep DIR_SEP for BC (Monte)
|
||||||
- changed "link" to "href" in html_image. "link" is still working
|
- changed "link" to "href" in html_image. "link" is still working
|
||||||
but deprecated (messju)
|
but deprecated (messju)
|
||||||
- html_image always renders an alt-tag now (default alt="") (messju)
|
- html_image always renders an alt-tag now (default alt="") (messju)
|
||||||
|
@@ -50,6 +50,10 @@
|
|||||||
* application has not already defined it.
|
* application has not already defined it.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
if(!defined('DIR_SEP')) {
|
||||||
|
define('DIR_SEP', DIRECTORY_SEPARATOR);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets SMARTY_DIR only if user application has not already defined it
|
* Sets SMARTY_DIR only if user application has not already defined it
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user