Remove unused and defunct code
This commit is contained in:
@@ -121,13 +121,6 @@ class PageLayoutView implements PageLayoutViewDrawItemHookInterface
|
||||
}
|
||||
$itemContent = '<strong>Störer ' . $size . '</strong>';
|
||||
break;
|
||||
case 'deal_of_the_week':
|
||||
if ((int) $row['tx_eptheme_context_product'] > 0) {
|
||||
$drawItem = false;
|
||||
$product = BackendUtility::getRecord('tx_epproducts_domain_model_product', $row['tx_eptheme_context_product']);
|
||||
$itemContent = '<strong>Deal der Woche</strong><br />' . $product['name'];
|
||||
}
|
||||
break;
|
||||
case 'lineup':
|
||||
$drawItem = false;
|
||||
$itemContent = '<strong>Lineup</strong><br />' . $row['tx_eptheme_lineup'] . ' Einträge';
|
||||
|
||||
Reference in New Issue
Block a user