From a7e426447b6d544b85acb7218e4dfb84de5ce36f Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 5 Feb 2011 23:31:47 +0000 Subject: using elgg-module- git-svn-id: http://code.elgg.org/elgg/trunk@8041 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/core/settings/account/default_access.php | 2 +- views/default/core/settings/account/email.php | 2 +- views/default/core/settings/account/language.php | 2 +- views/default/core/settings/account/notifications.php | 2 +- views/default/core/settings/account/password.php | 2 +- views/default/core/settings/statistics/numentities.php | 2 +- views/default/core/settings/statistics/online.php | 2 +- views/default/core/settings/tools/plugin.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'views/default/core/settings') diff --git a/views/default/core/settings/account/default_access.php b/views/default/core/settings/account/default_access.php index 4c4e44757..67a0a4137 100644 --- a/views/default/core/settings/account/default_access.php +++ b/views/default/core/settings/account/default_access.php @@ -13,7 +13,7 @@ if (elgg_get_config('allow_user_default_access')) { $default_access = elgg_get_config('default_access'); } ?> -
+

diff --git a/views/default/core/settings/account/email.php b/views/default/core/settings/account/email.php index 1222a46ef..3782d39a8 100644 --- a/views/default/core/settings/account/email.php +++ b/views/default/core/settings/account/email.php @@ -10,7 +10,7 @@ $user = elgg_get_page_owner_entity(); if ($user) { ?> -
+

diff --git a/views/default/core/settings/account/language.php b/views/default/core/settings/account/language.php index 15d6ebea5..c8fef3a46 100644 --- a/views/default/core/settings/account/language.php +++ b/views/default/core/settings/account/language.php @@ -10,7 +10,7 @@ $user = elgg_get_page_owner_entity(); if ($user) { ?> -
+

diff --git a/views/default/core/settings/account/notifications.php b/views/default/core/settings/account/notifications.php index 1a54b1a98..decf000ea 100644 --- a/views/default/core/settings/account/notifications.php +++ b/views/default/core/settings/account/notifications.php @@ -10,7 +10,7 @@ global $NOTIFICATION_HANDLERS; $notification_settings = get_user_notification_settings(elgg_get_page_owner_guid()); ?> -
+

diff --git a/views/default/core/settings/account/password.php b/views/default/core/settings/account/password.php index 524cc0ce0..0ee215f9c 100644 --- a/views/default/core/settings/account/password.php +++ b/views/default/core/settings/account/password.php @@ -10,7 +10,7 @@ $user = elgg_get_page_owner_entity(); if ($user) { ?> -
+

diff --git a/views/default/core/settings/statistics/numentities.php b/views/default/core/settings/statistics/numentities.php index dce668ae9..fa393f14a 100644 --- a/views/default/core/settings/statistics/numentities.php +++ b/views/default/core/settings/statistics/numentities.php @@ -11,7 +11,7 @@ $entity_stats = get_entity_statistics(get_loggedin_userid()); if ($entity_stats) { ?> -
+

diff --git a/views/default/core/settings/statistics/online.php b/views/default/core/settings/statistics/online.php index 728248442..76acec183 100644 --- a/views/default/core/settings/statistics/online.php +++ b/views/default/core/settings/statistics/online.php @@ -16,7 +16,7 @@ if ($log) { } ?> -
+

diff --git a/views/default/core/settings/tools/plugin.php b/views/default/core/settings/tools/plugin.php index 8fcc87bee..50cc55b50 100644 --- a/views/default/core/settings/tools/plugin.php +++ b/views/default/core/settings/tools/plugin.php @@ -23,7 +23,7 @@ if ($user_guid) { if (elgg_view("usersettings/{$plugin}/edit")) { ?> -
+

-- cgit v1.2.3