GoogleServices/copy_this/modules/d3/d3_googleanalytics/modules/core/d3_oxutilsview_googleanalyt...

16 lines
427 B
PHP
Raw Normal View History

2013-02-21 14:57:32 +01:00
<?php
/**
*
*/
2013-02-21 14:57:32 +01:00
class d3_oxutilsview_googleanalytics extends d3_oxutilsview_googleanalytics_parent
{
protected function _fillCommonSmartyProperties( $oSmarty )
{
parent::_fillCommonSmartyProperties($oSmarty);
$oSmarty->plugins_dir[] =
oxRegistry::getConfig()->getActiveView()->getViewConfig()->getModulePath('d3_googleanalytics').
'core/smarty/plugins';
2013-02-21 14:57:32 +01:00
}
}