Closed (fixed)
Project:
Weather
Version:
6.x-5.12
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 May 2010 at 18:36 UTC
Updated:
13 Oct 2013 at 21:37 UTC
I have installed and had the weather module working perfectly as a block. When I try to overide weather.tpl.php by copying into my theme folder block-weather.tpl.php, the entire block is missing. I am using a Zen subtheme and have the block.tpl.php file included in the folder as well.
Comments
Comment #1
sakins commentedanyone?
Comment #2
cwebster commentedIn weather.module, the following function is declared:
Based on that, you can just copy weather.tpl.php or weather_compact.tpl.php (depending on which display you need) from the weather module folder to your theme directory. No renaming should be necessary— just remember to flush your caches. (Tested in Drupal 7)
Comment #3
toddy commented