diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-22 21:00:32 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-22 21:00:32 +0000 |
commit | 131eb5f919b078e47fe469a8b904c2434f1a2b4f (patch) | |
tree | d7862fcab06135457459bd1b9cc55a6e2f1aeefc /views/default/account | |
parent | 5b1c53b2d017e4a9f46e28ad9a00caa5af78b119 (diff) | |
download | elgg-131eb5f919b078e47fe469a8b904c2434f1a2b4f.tar.gz elgg-131eb5f919b078e47fe469a8b904c2434f1a2b4f.tar.bz2 |
Removed @license, @copyright, and @author from files. License and copyright are covered by LICENSE.txt and COPYRIGHT.txt in root.
git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/account')
-rw-r--r-- | views/default/account/forms/forgotten_password.php | 2 | ||||
-rw-r--r-- | views/default/account/forms/login.php | 2 | ||||
-rw-r--r-- | views/default/account/forms/register.php | 2 | ||||
-rw-r--r-- | views/default/account/forms/useradd.php | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/views/default/account/forms/forgotten_password.php b/views/default/account/forms/forgotten_password.php index 9fe8e53a2..6c000bfc6 100644 --- a/views/default/account/forms/forgotten_password.php +++ b/views/default/account/forms/forgotten_password.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ $form_body = "<p>" . elgg_echo('user:password:text') . "</p>"; diff --git a/views/default/account/forms/login.php b/views/default/account/forms/login.php index 5e6b5c8fe..8f3986c4e 100644 --- a/views/default/account/forms/login.php +++ b/views/default/account/forms/login.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ $form_body = "<label>" . elgg_echo('loginusername') . "<br />" . elgg_view('input/text', array('internalname' => 'username', 'class' => 'login_textarea')) . "</label>"; diff --git a/views/default/account/forms/register.php b/views/default/account/forms/register.php index fb9136ad8..c6b47c82e 100644 --- a/views/default/account/forms/register.php +++ b/views/default/account/forms/register.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ $username = get_input('u'); diff --git a/views/default/account/forms/useradd.php b/views/default/account/forms/useradd.php index 7794e3b93..7cab08804 100644 --- a/views/default/account/forms/useradd.php +++ b/views/default/account/forms/useradd.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ $admin_option = false; |