diff options
Diffstat (limited to 'views/default/page_elements/spotlight.php')
-rw-r--r-- | views/default/page_elements/spotlight.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/views/default/page_elements/spotlight.php b/views/default/page_elements/spotlight.php index 2882e4755..ea508bee3 100644 --- a/views/default/page_elements/spotlight.php +++ b/views/default/page_elements/spotlight.php @@ -19,12 +19,9 @@ <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> + <a href="javascript:void(0);" class="toggle_box_contents">-</a> + <h1><?php echo elgg_echo("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"> <?php |