Needs review
Project:
Abessive
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2009 at 12:19 UTC
Updated:
16 Jul 2009 at 12:19 UTC
When you habe another theme activated
The original code try require_once 'sites/all/themes/garland/abessivante_settings.php' and return ERROR.
--- theme-settings.php.orig 2009-07-16 14:12:51.000000000 +0200
+++ theme-settings.php 2009-07-16 14:18:57.000000000 +0200
@@ -20,7 +20,7 @@
$form = array();
- require_once path_to_theme() .'/abessive_settings.php';
+ require_once drupal_get_path('theme', 'abessive') .'/abessivante_settings.php';
// Add Farbtastic color picker
drupal_add_css('misc/farbtastic/farbtastic.css', 'module', 'all', FALSE);
| Comment | File | Size | Author |
|---|---|---|---|
| theme-settings.php_.patch | 420 bytes | jcdenton.dm |