. * * @link http://www.oxidmodule.com * @link http://www.shopmodule.com * @copyright (C) D3 Data Development (Inh. Thomas Dartsch) */ class d3_oxutilsview_googleanalytics extends d3_oxutilsview_googleanalytics_parent { /** * @param object $oSmarty * * @return null|void */ protected function _fillCommonSmartyProperties($oSmarty) { parent::_fillCommonSmartyProperties($oSmarty); $oSmarty->plugins_dir[] = oxRegistry::getConfig()->getActiveView()->getViewConfig()->getModulePath('d3_googleanalytics'). 'core/smarty/plugins'; } }