[gelöst] Fehlermeldung im Theme
am 02.08.2010 - 14:17 Uhr in
Hi,
ich habe mir heute das Thema elektra gekauft und erhalte wenn ich es aktiviere folgende Fehlermeldung:
Fatal error: Call to undefined function block_class() in
/is/htdocs/xxxx/www/xxx_de/sites/all/themes/ektara/templates/overrides/block.tpl.php
on line 4Leider habe ich von den Betreibern des Themes (habe es käuflich erworben) bis dato keine Rückinfo. Habt ihr evtl. eine Idee woran es liegt?
Inhalt der betreffenden Datei
<?php
// $Id: block.tpl.php,v 1.3 2007/08/07 08:39:36 goba Exp $
?>
<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?> <?php print block_class($block); ?>">
<?php if (!empty($block->subject)): ?>
<?php
$title = $block->subject;
$title = eregi_replace('<[^>]*>','', $title);
$tmp = explode(' ', $title);
$tmp[0] = '<span class="first-text">'.$tmp[0].'</span>';
$title = implode(' ', $tmp);
?>
<h2><?php print $title; ?></h2>
<?php endif;?>
<div class="content"><?php print $block->content ?></div>
</div>- Anmelden oder Registrieren um Kommentare zu schreiben

gelöst: Muss zusätzlich
am 02.08.2010 - 15:42 Uhr
gelöst: Muss zusätzlich folgendes Modul installiert werden http://drupal.org/project/block_class