Closed (fixed)
Project:
Salamander Skins
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Nov 2008 at 08:21 UTC
Updated:
7 Jun 2011 at 10:05 UTC
notice: Undefined variable: content_bottom in D:\www\sites\all\themes\salamanderskins\page.tpl.php on line 154.
i used drupal6dev 26112008
Comments
Comment #1
florian commentedThanks dide. It was my mistake not to verify the theme in Drupal 6 prior of this release. It works perfect in Drupal 5 because regions depend on template only.
To solve the problem until the next D6 release, please correct this line in all the info files, or at least in the sub-theme you are using:
regions[content] = Bottom content (current buggy line)
regions[content_bottom] = Bottom content (correct line)
Comment #2
florian commentedPlease download the latest release (6.x-1.1)
Comment #4
swapna.m commentedI am facing this problem. after installation of video module:
Notice: Undefined index: player_dimensions in video_helper->video_object() (line 17 of /var/www/../sites/all/modules/video/includes/video_helper.inc).
Notice: Undefined index: gif in theme_video() (line 63 of /var/www/..../sites/all/modules/video/video.theme.inc).