Closed (fixed)
Project:
OpenChurch Theme
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2012 at 04:15 UTC
Updated:
8 Apr 2012 at 00:42 UTC
Line 43 of the block.tpl.php file contains a reference to the $skinr variable. This referenced was removed from the same file located in the fusion_core directory.
<div id="block-<?php print $block->module . '-' . $block->delta; ?>" class="<?php print $classes; ?> <?php print $skinr; ?>"<?php print $attributes; ?>>
The <?php print $skinr; ?> should be removed.
Line 20 of the panels-pane.tpl.php file contains a reference to the $skinr variable. This referenced was removed from the same file located in the fusion_core directory.
<div class="<?php print $classes; ?> <?php print $skinr; ?>" <?php print $id; ?>>
The <?php print $skinr; ?> should be removed.
Comments
Comment #1
drupalninja99 commentedThis has been fixed for a few versions