]> git.pld-linux.org Git - packages/drupal-themeengine-smarty.git/commitdiff
- added
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 19 Aug 2005 09:06:49 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-themeengine-smarty-PLD.patch -> 1.1

drupal-themeengine-smarty-PLD.patch [new file with mode: 0644]

diff --git a/drupal-themeengine-smarty-PLD.patch b/drupal-themeengine-smarty-PLD.patch
new file mode 100644 (file)
index 0000000..582ca85
--- /dev/null
@@ -0,0 +1,22 @@
+--- ./smartytemplate.php~      2005-07-27 16:12:05.000000000 +0300
++++ ./smartytemplate.php       2005-08-19 11:56:47.000000000 +0300
+@@ -17,7 +17,7 @@
+ // Smarty Drupal engine, by default, expects a smarty installation in ./libs
+ if (!class_exists('Smarty')) {  // prevent redeclaration
+-  require_once realpath('themes/engines/smarty/libs/Smarty.class.php');
++  require_once 'Smarty/Smarty.class.php';
+ }
+ class SmartyTemplate extends Smarty {
+--- ./smartytemplate.php~      2005-08-19 11:59:05.000000000 +0300
++++ ./smartytemplate.php       2005-08-19 12:01:43.000000000 +0300
+@@ -38,7 +38,7 @@
+     $this->vars = & $this->_tpl_vars;
+     $this->template_dir = $path;
+-    $this->compile_dir  = $path.'/templates_c';
++    $this->compile_dir  = '/var/cache/drupal/smarty';
+     $this->config_dir   = $path.'/configs';
+     $this->plugins_dir  = array(realpath('themes/engines/smarty/plugins'), $path.'/plugins', 'plugins');
+   }
This page took 0.060779 seconds and 4 git commands to generate.