Вот так:
class Shop_Controller_Show_L extends Shop_Controller_Show
{
public function __construct(Shop_Model $oShop)
{
parent::__construct($oShop);
/*Если админ - то выводим скрытые элементы*/
if (Core_Auth::logged())
{
$this->itemsActivity = 'all';
}
}
}
И соответственно, в ТДС заменил Shop_Controller_Show на Shop_Controller_Show_L