aboutsummaryrefslogtreecommitdiff
path: root/views/installation
diff options
context:
space:
mode:
Diffstat (limited to 'views/installation')
-rw-r--r--views/installation/canvas/default.php2
-rw-r--r--views/installation/input/access.php2
-rw-r--r--views/installation/input/button.php2
-rw-r--r--views/installation/input/checkboxes.php2
-rw-r--r--views/installation/input/form.php2
-rw-r--r--views/installation/input/hidden.php2
-rw-r--r--views/installation/input/longtext.php2
-rw-r--r--views/installation/input/password.php2
-rw-r--r--views/installation/input/pulldown.php2
-rw-r--r--views/installation/input/reset.php2
-rw-r--r--views/installation/input/securitytoken.php2
-rw-r--r--views/installation/input/submit.php2
-rw-r--r--views/installation/input/text.php2
-rw-r--r--views/installation/messages/errors/error.php2
-rw-r--r--views/installation/messages/errors/list.php2
-rw-r--r--views/installation/messages/list.php2
-rw-r--r--views/installation/messages/messages/list.php2
-rw-r--r--views/installation/messages/messages/message.php2
-rw-r--r--views/installation/page_shells/default.php2
19 files changed, 0 insertions, 38 deletions
diff --git a/views/installation/canvas/default.php b/views/installation/canvas/default.php
index 0cfa8b49a..4b8d12e6d 100644
--- a/views/installation/canvas/default.php
+++ b/views/installation/canvas/default.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
for ($i = 1; $i < 8; $i++) {
diff --git a/views/installation/input/access.php b/views/installation/input/access.php
index a57014840..01ce69b80 100644
--- a/views/installation/input/access.php
+++ b/views/installation/input/access.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/installation/input/button.php b/views/installation/input/button.php
index cc6a236c0..7b6beec73 100644
--- a/views/installation/input/button.php
+++ b/views/installation/input/button.php
@@ -6,8 +6,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/installation/input/checkboxes.php b/views/installation/input/checkboxes.php
index 0792f09ce..d4e1b494d 100644
--- a/views/installation/input/checkboxes.php
+++ b/views/installation/input/checkboxes.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/installation/input/form.php b/views/installation/input/form.php
index d17a913f4..a4707f257 100644
--- a/views/installation/input/form.php
+++ b/views/installation/input/form.php
@@ -6,8 +6,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['body'] The body of the form (made up of other input/xxx views and html
* @uses $vars['method'] Method (default POST)
diff --git a/views/installation/input/hidden.php b/views/installation/input/hidden.php
index dd5c8bb98..7a0798e48 100644
--- a/views/installation/input/hidden.php
+++ b/views/installation/input/hidden.php
@@ -6,8 +6,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/installation/input/longtext.php b/views/installation/input/longtext.php
index 9da3d8276..766cd68e4 100644
--- a/views/installation/input/longtext.php
+++ b/views/installation/input/longtext.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/installation/input/password.php b/views/installation/input/password.php
index 461f77955..34578a1e2 100644
--- a/views/installation/input/password.php
+++ b/views/installation/input/password.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/installation/input/pulldown.php b/views/installation/input/pulldown.php
index 6ad12eec4..70e961c4d 100644
--- a/views/installation/input/pulldown.php
+++ b/views/installation/input/pulldown.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/installation/input/reset.php b/views/installation/input/reset.php
index bb8d278c3..1d5e47ccb 100644
--- a/views/installation/input/reset.php
+++ b/views/installation/input/reset.php
@@ -6,8 +6,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/installation/input/securitytoken.php b/views/installation/input/securitytoken.php
index a2a4a0e01..9a8cb1ebe 100644
--- a/views/installation/input/securitytoken.php
+++ b/views/installation/input/securitytoken.php
@@ -6,8 +6,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
$ts = time();
diff --git a/views/installation/input/submit.php b/views/installation/input/submit.php
index cfa7989d0..0a6d2a06d 100644
--- a/views/installation/input/submit.php
+++ b/views/installation/input/submit.php
@@ -6,8 +6,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/installation/input/text.php b/views/installation/input/text.php
index 7f69a2f93..c8ce7266e 100644
--- a/views/installation/input/text.php
+++ b/views/installation/input/text.php
@@ -6,9 +6,7 @@
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/installation/messages/errors/error.php b/views/installation/messages/errors/error.php
index 2ec365890..296fb1a6e 100644
--- a/views/installation/messages/errors/error.php
+++ b/views/installation/messages/errors/error.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['object'] An error message (string)
*/
diff --git a/views/installation/messages/errors/list.php b/views/installation/messages/errors/list.php
index 506f73fec..2f69213e9 100644
--- a/views/installation/messages/errors/list.php
+++ b/views/installation/messages/errors/list.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['object'] An array of error messages
*/
diff --git a/views/installation/messages/list.php b/views/installation/messages/list.php
index 2410103da..2944ce5a6 100644
--- a/views/installation/messages/list.php
+++ b/views/installation/messages/list.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['object'] The array of message registers
*/
diff --git a/views/installation/messages/messages/list.php b/views/installation/messages/messages/list.php
index 274990d52..bd996bef7 100644
--- a/views/installation/messages/messages/list.php
+++ b/views/installation/messages/messages/list.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['object'] An array of system messages
*/
diff --git a/views/installation/messages/messages/message.php b/views/installation/messages/messages/message.php
index 6bc24d730..94c9303cd 100644
--- a/views/installation/messages/messages/message.php
+++ b/views/installation/messages/messages/message.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['object'] A system message (string)
*/
diff --git a/views/installation/page_shells/default.php b/views/installation/page_shells/default.php
index 61d020349..3e9b45160 100644
--- a/views/installation/page_shells/default.php
+++ b/views/installation/page_shells/default.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['title'] The page title
* @uses $vars['body'] The main content of the page