[Changed] file-paths of included files
This commit is contained in:
@ -6,7 +6,7 @@ use D3\GoogleAnalytics4\Application\Model\Constants;
|
||||
|
||||
class d3GtmAccountNoticeListController extends d3GtmAccountNoticeListController_parent
|
||||
{
|
||||
protected $_sThisTemplate = '@' . Constants::OXID_MODULE_ID . '/page/account/d3gtmnoticelist.tpl';
|
||||
protected $_sThisTemplate = '@' . Constants::OXID_MODULE_ID . '/d3gtmnoticelist';
|
||||
|
||||
public function render()
|
||||
{
|
||||
|
@ -6,7 +6,7 @@ use D3\GoogleAnalytics4\Application\Model\Constants;
|
||||
|
||||
class d3GtmAccountRecommlistController extends d3GtmAccountRecommlistController_parent
|
||||
{
|
||||
protected $_sThisTemplate = '@' . Constants::OXID_MODULE_ID . '/page/account/d3gtmrecommendationlist.tpl';
|
||||
protected $_sThisTemplate = '@' . Constants::OXID_MODULE_ID . '/d3gtmrecommendationlist.tpl';
|
||||
|
||||
public function render()
|
||||
{
|
||||
|
@ -6,7 +6,7 @@ use D3\GoogleAnalytics4\Application\Model\Constants;
|
||||
|
||||
class d3GtmAccountWishlistController extends d3GtmAccountWishlistController_parent
|
||||
{
|
||||
protected $_sThisTemplate = '@' . Constants::OXID_MODULE_ID . '/page/account/d3gtmwishlist.tpl';
|
||||
protected $_sThisTemplate = '@' . Constants::OXID_MODULE_ID . '/d3gtmwishlist';
|
||||
|
||||
public function render()
|
||||
{
|
||||
|
Reference in New Issue
Block a user