<div class="sharethis-container">
<? if ($this->insertJavascript): ?>
<script type="text/javascript">
var switchTo5x = true;
dojo.io.script.get({
url: 'http://w.sharethis.com/button/buttons.js',
checkString: 'stLight',
load: function() {
<? if ($this->publisherKey): ?>
stLight.options({publisher: "<?= $this->publisherKey ?>"});
<? endif; ?>
}
});
</script>
<? endif; ?>
<div class="buttons">
<?
$classSuffix = $this->buttonStyle === 'small' ? '' : '_' . $this->buttonStyle;
foreach ($this->services as $service):
?>
<span class='st_<?= $service . $classSuffix ?>'></span>
<?
endforeach;
?>
</div>
</div>
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/sites/all/modules/sharethis/views/scripts/sharethis.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|