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

drupalninja99’s picture

Version: 7.x-1.x-dev » 7.x-1.0-alpha1
Status: Active » Fixed

This has been fixed for a few versions

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.