aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-12 13:22:21 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-12 13:22:21 +0000
commit5500d985a267ee0c4fc4d6aa1e6949657eb24848 (patch)
tree24ebec5e5a014065e81822a2a56b495f2e07a6b4
parenta3dcd759fc289d6f4058edaca857e417790c35e2 (diff)
downloadelgg-5500d985a267ee0c4fc4d6aa1e6949657eb24848.tar.gz
elgg-5500d985a267ee0c4fc4d6aa1e6949657eb24848.tar.bz2
new view for page spotlight
git-svn-id: https://code.elgg.org/elgg/trunk@889 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--views/default/page_elements/spotlight.php34
1 files changed, 34 insertions, 0 deletions
diff --git a/views/default/page_elements/spotlight.php b/views/default/page_elements/spotlight.php
new file mode 100644
index 000000000..3a77f4067
--- /dev/null
+++ b/views/default/page_elements/spotlight.php
@@ -0,0 +1,34 @@
+<?php
+
+ /**
+ * Elgg spotlight
+ * The spotlight area that displays across the site
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.org/
+ *
+ */
+?>
+
+<div id="layout_spotlight">
+<div id="wrapper_spotlight">
+
+<div class="collapsable_box no_space_after">
+ <div class="collapsable_box_header">
+ <a href="javascript:void(0);" class="toggle_box_contents">-</a><a href="javascript:void(0);" class="toggle_box_edit_panel">edit</a>
+ <h1>Spotlight</h1>
+ </div>
+ <div class="collapsable_box_editpanel">
+ <p>Here's all the edit controls for this widget</p>
+ </div><!-- /collapsable_box_editpanel -->
+ <div class="collapsable_box_content">
+ <p><img src="<?php echo $vars['url']; ?>_graphics/spacer.gif" border="0" width=100% height=184px /></p>
+ </div><!-- /.collapsable_box_content -->
+</div><!-- /.collapsable_box -->
+
+</div><!-- /#wrapper_spotlight -->
+</div><!-- /#layout_spotlight --> \ No newline at end of file