]> git.pld-linux.org Git - packages/drupal-themeengine-smarty.git/blobdiff - drupal-themeengine-smarty-PLD.patch
- each theme needs own cache dir, as the cache filenames are hashed from filename...
[packages/drupal-themeengine-smarty.git] / drupal-themeengine-smarty-PLD.patch
index f673c939cdb1a7ee2ecfbd32a2b66682f7b4ad06..1fb75310e7a4b1f17370689b0b5e33cf5cdd53f4 100644 (file)
@@ -21,7 +21,7 @@
 -      }
 -    }    
 -    return $dir;
-+      return '/var/cache/drupal/smarty';
++      return '/var/cache/drupal/smarty/' . substr(strrchr($path, '/'), 1);
    }
  
  }
This page took 0.106484 seconds and 4 git commands to generate.