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

11 lines
327 B
PHP
Raw Normal View History

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