aboutsummaryrefslogtreecommitdiff
path: root/views/default/canvas/layouts/widgets.php
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-29 15:03:42 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-29 15:03:42 +0000
commitda46c05e8edcfe5fa025de6c243bc7d9c419c59a (patch)
tree466317f439b9e1af6cac8fa5cb35be4bfe7d1f39 /views/default/canvas/layouts/widgets.php
parentc942e6441b0b69ba3793f9668c1ae8bf8393cba5 (diff)
downloadelgg-da46c05e8edcfe5fa025de6c243bc7d9c419c59a.tar.gz
elgg-da46c05e8edcfe5fa025de6c243bc7d9c419c59a.tar.bz2
tweak to the profile widget picker
git-svn-id: https://code.elgg.org/elgg/trunk@1570 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/canvas/layouts/widgets.php')
-rw-r--r--views/default/canvas/layouts/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/canvas/layouts/widgets.php b/views/default/canvas/layouts/widgets.php
index a4a91a4c6..c0f30e006 100644
--- a/views/default/canvas/layouts/widgets.php
+++ b/views/default/canvas/layouts/widgets.php
@@ -102,7 +102,7 @@ Choose the features you want to add to your page by dragging them from the <b>Wi
<td rowspan="2" align="left" valign="top">
<h2><?php echo elgg_echo("widgets:rightcolumn"); ?></h2>
- <div id="rightcolumn_widgets">
+ <div id="rightcolumn_widgets" <?php if(get_context() == "profile")echo "class=\"long\""; ?>>
<?php
$sidebarwidgetstring = "";