diff --git a/templates/statistics-tpl.php b/templates/statistics-tpl.php
index 0c86cd398118c706450377032d6943bcc9d77f5d..482e0a627c5fc529a4d012f38bfdbbda64d11a78 100644
--- a/templates/statistics-tpl.php
+++ b/templates/statistics-tpl.php
@@ -6,7 +6,7 @@ include dirname(__DIR__)."/lib/Auth/Process/DatabaseCommand.php";
 $this->data['header'] = 'SimpleSAMLphp Statistics';
 
 $this->data['jquery'] = array('core' => TRUE, 'ui' => TRUE, 'css' => TRUE);
-$this->data['head'] = '<link rel="stylesheet"  media="screen" type="text/css" href="' . SimpleSAML_Module::getModuleUrl('statisticsperun/statisticsproxy.css')  . '" />';
+$this->data['head'] = '<link rel="stylesheet"  media="screen" type="text/css" href="' . SimpleSAML_Module::getModuleUrl('proxystatistics/statisticsproxy.css')  . '" />';
 $this->data['head'] .='';
 $this->data['head'] .= '<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>';
 $this->data['head'] .= '<script type="text/javascript">
diff --git a/www/index.php b/www/index.php
index 2b692b910d5513f94e19c6104955d6230559e842..f8d97d5ccd3b0c64ab256eea64ce6af035f22dec 100644
--- a/www/index.php
+++ b/www/index.php
@@ -6,7 +6,7 @@
 $config = SimpleSAML_Configuration::getInstance();
 $session = SimpleSAML_Session::getSessionFromRequest();
 
-$t = new SimpleSAML_XHTML_Template($config, 'statisticsperun:statistics-tpl.php');
+$t = new SimpleSAML_XHTML_Template($config, 'proxystatistics:statistics-tpl.php');
 $t->show();
 
 
diff --git a/www/summary.php b/www/summary.php
index b789fef18ddc98322760d2fb558f9e510295225f..7faab3b81f360741da57478cd26f5adf8af6c0f3 100644
--- a/www/summary.php
+++ b/www/summary.php
@@ -4,7 +4,7 @@ include dirname(__DIR__)."/lib/Auth/Process/DatabaseCommand.php";
  * @author Pavel Vyskočil <vyskocilpavel@muni.cz>
  */
 ?>
-<link rel="stylesheet"  media="screen" type="text/css" href="<?php SimpleSAML_Module::getModuleUrl('statisticsperun/statisticsproxy.css')?>" />
+<link rel="stylesheet"  media="screen" type="text/css" href="<?php SimpleSAML_Module::getModuleUrl('proxystatistics/statisticsproxy.css')?>" />
 
 <h2>Summary</h2>
 <div id="summary" >
diff --git a/www/tables.php b/www/tables.php
index e1077d600e88cb89769663d6a2ee8b8eae6668d5..6a5294c159030073bd4962b86628adfbd051a427 100644
--- a/www/tables.php
+++ b/www/tables.php
@@ -4,7 +4,7 @@ include dirname(__DIR__)."/lib/Auth/Process/DatabaseCommand.php";
  * @author Pavel Vyskočil <vyskocilpavel@muni.cz>
  */
 ?>
-<link rel="stylesheet"  media="screen" type="text/css" href="<?php SimpleSAML_Module::getModuleUrl('statisticsperun/statisticsproxy.css')?>" />
+<link rel="stylesheet"  media="screen" type="text/css" href="<?php SimpleSAML_Module::getModuleUrl('proxystatistics/statisticsproxy.css')?>" />
 <h2>All login</h2>
 <div id="tableOfAllLogin">
     <script type="text/javascript">