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

37 lines
1.2 KiB
PHP
Raw Normal View History

2013-02-21 14:57:32 +01:00
<?php
/**
2014-05-02 23:12:23 +02:00
* This module is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
2014-05-02 23:12:23 +02:00
* This module is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* For further informations, see <http://www.gnu.org/licenses/>.
*
* @link http://www.oxidmodule.com
* @link http://www.shopmodule.com
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
*/
2014-05-02 23:12:23 +02:00
2013-02-21 14:57:32 +01:00
class d3_oxutilsview_googleanalytics extends d3_oxutilsview_googleanalytics_parent
{
2014-05-02 23:12:23 +02:00
/**
* @param object $oSmarty
*
* @return null|void
*/
protected function _fillCommonSmartyProperties($oSmarty)
2013-02-21 14:57:32 +01:00
{
parent::_fillCommonSmartyProperties($oSmarty);
$oSmarty->plugins_dir[] =
oxRegistry::getConfig()->getActiveView()->getViewConfig()->getModulePath('d3_googleanalytics').
'core/smarty/plugins';
2013-02-21 14:57:32 +01:00
}
2014-05-02 23:12:23 +02:00
}