2023-11-07 15:23:40 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace D3\GoogleAnalytics4\Modules\Application\Controller;
|
|
|
|
|
|
|
|
class d3GtmAccountNoticeListController extends d3GtmAccountNoticeListController_parent
|
|
|
|
{
|
2024-09-21 18:16:52 +02:00
|
|
|
protected $_sThisTemplate = '@' . Constants::OXID_MODULE_ID . '/page/account/d3gtmnoticelist.tpl';
|
2023-11-07 15:23:40 +01:00
|
|
|
|
|
|
|
public function render()
|
|
|
|
{
|
|
|
|
$return = parent::render();
|
|
|
|
|
|
|
|
$this->addTplParam('d3CmpBasket', $this->getComponent('oxcmp_basket'));
|
|
|
|
|
|
|
|
return $return;
|
|
|
|
}
|
|
|
|
}
|