mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
clean up comments, formatting
This commit is contained in:
@@ -45,18 +45,18 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* set SMARTY_DIR to absolute path to Smarty library files.
|
* DIR_SEP isn't used anymore, but third party apps might
|
||||||
* if not defined, include_path will be used. Sets SMARTY_DIR only if user
|
|
||||||
* application has not already defined it.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if(!defined('DIR_SEP')) {
|
if(!defined('DIR_SEP')) {
|
||||||
define('DIR_SEP', DIRECTORY_SEPARATOR);
|
define('DIR_SEP', DIRECTORY_SEPARATOR);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets SMARTY_DIR only if user application has not already defined it
|
* set SMARTY_DIR to absolute path to Smarty library files.
|
||||||
|
* if not defined, include_path will be used. Sets SMARTY_DIR only if user
|
||||||
|
* application has not already defined it.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('SMARTY_DIR')) {
|
if (!defined('SMARTY_DIR')) {
|
||||||
define('SMARTY_DIR', dirname(__FILE__) . DIRECTORY_SEPARATOR);
|
define('SMARTY_DIR', dirname(__FILE__) . DIRECTORY_SEPARATOR);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user