]> git.pld-linux.org Git - packages/Smarty.git/blame - path.patch
- create mb_truncate modifier,
[packages/Smarty.git] / path.patch
CommitLineData
7ebfab9b
ER
1--- Smarty-2.6.26/libs/Smarty.class.php~ 2009-06-18 17:47:04.000000000 +0300
2+++ Smarty-2.6.26/libs/Smarty.class.php 2010-05-28 14:46:48.810070152 +0300
3@@ -46,7 +46,7 @@
4 */
5
6 if (!defined('SMARTY_DIR')) {
7- define('SMARTY_DIR', dirname(__FILE__) . DIRECTORY_SEPARATOR);
8+ define('SMARTY_DIR', '/usr/share/php/Smarty/');
9 }
10
11 if (!defined('SMARTY_CORE_DIR')) {
This page took 0.149394 seconds and 4 git commands to generate.