Skip to content

Instantly share code, notes, and snippets.

@mcantelon
Created April 16, 2012 18:01
Show Gist options
  • Save mcantelon/2400372 to your computer and use it in GitHub Desktop.
Save mcantelon/2400372 to your computer and use it in GitHub Desktop.
<?php if ($sf_context->getActionName() == 'index') { ?>
<div style='float:right'>
<span class='st_sharethis_large' displayText='ShareThis'></span>
<span class='st_facebook_large' displayText='Facebook'></span>
<span class='st_twitter_large' displayText='Tweet'></span>
<span class='st_linkedin_large' displayText='LinkedIn'></span>
<span class='st_email_large' displayText='Email'></span>
</div>
<?php }
if ($sf_context->getActionName() == 'index') { ?>
<script type="text/javascript">var switchTo5x=false;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "ur-570a727c-b545-7212-6512-17c94f9652f0"}); </script>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment