aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/box.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profile/views/default/profile/box.php')
-rw-r--r--mod/profile/views/default/profile/box.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/mod/profile/views/default/profile/box.php b/mod/profile/views/default/profile/box.php
deleted file mode 100644
index 77c408536..000000000
--- a/mod/profile/views/default/profile/box.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-/**
- * Profile info box
- */
-
-?>
-<div class="profile elgg-col-2of3">
- <div class="elgg-inner clearfix">
-<?php
- echo elgg_view('profile/sidebar', array('section' => 'details'));
- echo elgg_view('profile/details', array('entity' => elgg_get_page_owner()));
-?>
- </div>
-</div>
-
-<script type="text/javascript">
- $(document).ready(function() {
- $('#elgg-widget-col-1').css('min-height', $('.profile').outerHeight(true));
- //$(selector).each(function() {
- // if ($(this).height() > maxHeight) {
- // maxHeight = $(this).height();
- // }
- //})
- //$(selector).css('min-height', maxHeight);
- });
-</script> \ No newline at end of file