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:
authorjohmathe <johmathe@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-04-11 17:38:22 +0400
committerjohmathe <johmathe@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-04-11 17:38:22 +0400
commit862724121b8a0649bd983cd24c769006b40cec99 (patch)
tree399ba025aced393df840394ea4be1b731d90d3de /plugins/Installation/View.php
parent25a42b5ef313cf0555ee7a7a341a49af6f1b40a7 (diff)
Convert txt files to unix format0.1.4
Diffstat (limited to 'plugins/Installation/View.php')
-rw-r--r--plugins/Installation/View.php32
1 files changed, 16 insertions, 16 deletions
diff --git a/plugins/Installation/View.php b/plugins/Installation/View.php
index 0b5c6e050b..c42807f97c 100644
--- a/plugins/Installation/View.php
+++ b/plugins/Installation/View.php
@@ -1,19 +1,19 @@
-<?php
-/**
- * Piwik - Open source web analytics
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id$
- *
- * @package Piwik_Installation
- */
-
-
-/**
- *
- * @package Piwik_Installation
- */
+<?php
+/**
+ * Piwik - Open source web analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @version $Id$
+ *
+ * @package Piwik_Installation
+ */
+
+
+/**
+ *
+ * @package Piwik_Installation
+ */
class Piwik_Install_View extends Piwik_View
{
protected $mainTemplate = 'Installation/templates/structure.tpl';