Skip to content

Commit

Permalink
Added indexer stop and continue
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Nov 14, 2014
1 parent d24a6ec commit 73666e7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

<!-- indexer::stop -->
<div class="sharebuttons<?php if( $this->usecss ): ?> <?php echo $this->theme; ?><?php endif ;?>">
<ul>
<?php if ($this->facebook): ?>
Expand All @@ -20,4 +21,5 @@
<li><a class="mail" href="mailto:?subject={{label::sharebuttons:mail_subject}}:%20<?php echo urlencode($objPage->pageTitle); ?>[&]body=<?php echo urlencode($this->Environment->base . $this->Environment->request); ?>">Mail</a></li>
<?php endif; ?>
</ul>
</div>
</div>
<!-- indexer::continue -->

0 comments on commit 73666e7

Please sign in to comment.