Changeset 27274


Ignore:
Timestamp:
Feb 9, 2014, 11:06:38 AM (10 years ago)
Author:
mistic100
Message:

typo in variable name

Location:
extensions/SocialButtons/template
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/SocialButtons/template/facebook.tpl

    r26100 r27274  
    88  {/if}
    99    onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=500,width=500');return false;" target="_blank" rel="nofollow">
    10     <img src="{$ROOT_PATH}{$SOCIALBUTT_PATH}template/images/facebook.png" alt="Facebook"></a>
     10    <img src="{$ROOT_URL}{$SOCIALBUTT_PATH}template/images/facebook.png" alt="Facebook"></a>
    1111{else}
    1212  {footer_script require='jquery'}jQuery('body').prepend('<div id="fb-root"></div>');{/footer_script}
  • extensions/SocialButtons/template/google.tpl

    r25178 r27274  
    33  <a title="Share on Google +" href="https://plus.google.com/share?url={$SOCIALBUTT.share_url|urlencode}&hl={$SOCIALBUTT.GOOGLE.lang}"
    44    onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=390,width=480');return false;" target="_blank" rel="nofollow">
    5     <img src="{$ROOT_PATH}{$SOCIALBUTT_PATH}template/images/google_{$SOCIALBUTT.GOOGLE.size}.png" alt="Google+"></a>
     5    <img src="{$ROOT_URL}{$SOCIALBUTT_PATH}template/images/google_{$SOCIALBUTT.GOOGLE.size}.png" alt="Google+"></a>
    66{else}
    77  {combine_script id='google_plusone' load='footer' path='https://apis.google.com/js/plusone.js'}
  • extensions/SocialButtons/template/linkedin.tpl

    r26100 r27274  
    33  <a title="Share on LinkedIn" href="https://www.linkedin.com/shareArticle?url={$SOCIALBUTT.share_url|urlencode}&title={$PAGE_TITLE|cat:' | '|cat:$GALLERY_TITLE}"
    44    onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=390,width=480');return false;" target="_blank" rel="nofollow">
    5     <img src="{$ROOT_PATH}{$SOCIALBUTT_PATH}template/images/linkedin.png" alt="LinkedIn"></a>
     5    <img src="{$ROOT_URL}{$SOCIALBUTT_PATH}template/images/linkedin.png" alt="LinkedIn"></a>
    66{else}
    77  {combine_script id='linkedin_share' load='footer' path='https://platform.linkedin.com/in.js'}
  • extensions/SocialButtons/template/twitter.tpl

    r25178 r27274  
    88  {combine_script id='twitter_widgets' load='footer' path='https://platform.twitter.com/widgets.js'}
    99{/if}
    10 ><img src="{$ROOT_PATH}{$SOCIALBUTT_PATH}template/images/twitter_{$SOCIALBUTT.TWITTER.size}.png" alt="Twitter"></a>
     10><img src="{$ROOT_URL}{$SOCIALBUTT_PATH}template/images/twitter_{$SOCIALBUTT.TWITTER.size}.png" alt="Twitter"></a>
    1111{/strip}
Note: See TracChangeset for help on using the changeset viewer.