]> git.pld-linux.org Git - packages/drupal-themeengine-smarty.git/commitdiff
- fix Smarty path
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 1 Nov 2005 13:30:53 +0000 (13:30 +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.2

drupal-themeengine-smarty-PLD.patch

index 582ca8560474681fb142c9a8abe495c3cbe3e0c9..798e785f956c3e5c31cc58869f0589fd216b7d32 100644 (file)
@@ -5,7 +5,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');
  // 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';
++  require_once '/usr/share/php/Smarty/Smarty.class.php';
  }
  
  class SmartyTemplate extends Smarty {
  }
  
  class SmartyTemplate extends Smarty {
This page took 0.083521 seconds and 4 git commands to generate.