Update infrastructure names and details
This commit is contained in:
parent
7e203b3043
commit
8e1f41f211
10 changed files with 25 additions and 85 deletions
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Piwik - free/libre analytics platform
|
||||
*
|
||||
* @link https://matomo.org
|
||||
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
||||
*
|
||||
*/
|
||||
|
||||
namespace Piwik\Plugins\GoogleTheme;
|
||||
|
||||
use Piwik\Plugin;
|
||||
|
||||
class GoogleTheme extends Plugin
|
||||
{
|
||||
public function getListHooksRegistered()
|
||||
{
|
||||
return [
|
||||
'Theme.configureThemeVariables' => 'configureThemeVariables',
|
||||
];
|
||||
}
|
||||
|
||||
public function configureThemeVariables(Plugin\ThemeStyles $vars)
|
||||
{
|
||||
//Nothing here
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue