SOURCES: drupal-themeengine-smarty-PLD.patch - fix Smarty path

glen glen at pld-linux.org
Tue Nov 1 14:30:58 CET 2005


Author: glen                         Date: Tue Nov  1 13:30:58 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix Smarty path

---- Files affected:
SOURCES:
   drupal-themeengine-smarty-PLD.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/drupal-themeengine-smarty-PLD.patch
diff -u SOURCES/drupal-themeengine-smarty-PLD.patch:1.1 SOURCES/drupal-themeengine-smarty-PLD.patch:1.2
--- SOURCES/drupal-themeengine-smarty-PLD.patch:1.1	Fri Aug 19 11:06:49 2005
+++ SOURCES/drupal-themeengine-smarty-PLD.patch	Tue Nov  1 14:30:53 2005
@@ -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');
-+  require_once 'Smarty/Smarty.class.php';
++  require_once '/usr/share/php/Smarty/Smarty.class.php';
  }
  
  class SmartyTemplate extends Smarty {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/drupal-themeengine-smarty-PLD.patch?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list