OutputHtml(); $Template->OutputHead(); $lang = $L-> getCurrentLanguage(); $actions = new Actions(); $Page = Common_Page::getInstance(); $rpp=isset($m_params['rpp']) ? $m_params['rpp'] : 50; $params = array( 'length' => $rpp, 'offset' => 0, ); $data = $actions->getListFrontend($params); $actionsItems = $data['products']; $totalItems = $data['total']; ?>

Str('special_offers')?>

OutputFoot();