]> git.pld-linux.org Git - packages/drupal.git/blame - drupal-themedir2.patch
- add README.PLD
[packages/drupal.git] / drupal-themedir2.patch
CommitLineData
da20b563
ER
1--- ../includes/theme.inc 2005-05-20 16:55:04.000000000 +0300
2+++ /tmp/theme.inc 2005-05-21 15:10:45.000000000 +0300
3@@ -74,7 +74,7 @@
4 else {
5 // File is a template/theme
6 // Load its CSS, if it exists
7- if (file_exists($stylesheet = dirname($themes[$theme]->filename) .'/style.css')) {
8+ if (file_exists('htdocs/' . ($stylesheet = dirname($themes[$theme]->filename) .'/style.css'))) {
9 theme_add_style($stylesheet);
10 }
11 }
This page took 0.028742 seconds and 4 git commands to generate.