Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-05-23 02:01:04 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-23 02:01:04 +0400
commit63b596a9044825185e0eeac1974e21dccac9967c (patch)
tree9a09fa9b4396af54f146b409d2a40ee219b6bcde /core/Piwik.php
parent99d70f99068b110b33eafb09946769e3b0be6811 (diff)
started experiment making morpheus default theme
Diffstat (limited to 'core/Piwik.php')
-rw-r--r--core/Piwik.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Piwik.php b/core/Piwik.php
index 38372a6d15..d31b1a9888 100644
--- a/core/Piwik.php
+++ b/core/Piwik.php
@@ -82,7 +82,7 @@ class Piwik
$output = "<style>a{color:red;}</style>\n" .
"<div style='color:red;font-family:Georgia;font-size:120%'>" .
- "<p><img src='plugins/Zeitgeist/images/error_medium.png' style='vertical-align:middle; float:left;padding:20 20 20 20' />" .
+ "<p><img src='plugins/Morpheus/images/error_medium.png' style='vertical-align:middle; float:left;padding:20 20 20 20' />" .
$message .
"</p></div>";
print($output);
@@ -134,7 +134,7 @@ class Piwik
$doNotTrack = false)
{
// changes made to this code should be mirrored in plugins/CoreAdminHome/javascripts/jsTrackingGenerator.js var generateJsCode
- $jsCode = file_get_contents(PIWIK_INCLUDE_PATH . "/plugins/Zeitgeist/templates/javascriptCode.tpl");
+ $jsCode = file_get_contents(PIWIK_INCLUDE_PATH . "/plugins/Morpheus/templates/javascriptCode.tpl");
$jsCode = htmlentities($jsCode);
if(substr($piwikUrl, 0, 4) !== 'http') {
$piwikUrl = 'http://' . $piwikUrl;