Browse Source

Add info on flag for explore page

pull/16/head
Adrien Dorsaz 13 years ago
parent
commit
5fa5a8590e
  1. 3
      themes/movim/explore.tpl

3
themes/movim/explore.tpl

@ -16,7 +16,8 @@
<?php $this->widget('Bookmark');?>
<?php $this->widget('ProfileData');?>
</div>
<div id="center" class="protect black">
<div id="center">
<div class="protect black" title="<?php echo t('Shared with the whole Internet'); ?>"></div>
<h1><?php echo t('Explore'); ?></h1>
<?php $this->widget('Explore');?>
</div>

Loading…
Cancel
Save