aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/sidebar.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profile/views/default/profile/sidebar.php')
-rw-r--r--mod/profile/views/default/profile/sidebar.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/mod/profile/views/default/profile/sidebar.php b/mod/profile/views/default/profile/sidebar.php
new file mode 100644
index 000000000..43e3d1087
--- /dev/null
+++ b/mod/profile/views/default/profile/sidebar.php
@@ -0,0 +1,17 @@
+<?php
+/**
+ * Elgg profile icon edit form
+ *
+ * @package ElggProfile
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider
+ * @copyright Curverider Ltd 2008-2010
+ * @link http://elgg.com/
+ */
+?>
+<div id="profile_sidebar">
+<?php
+ $section = $vars['section'];
+ echo elgg_view('profile/profile_ownerblock', array('section' => $section));
+?>
+</div> \ No newline at end of file