CRM-14949 - Replace {$timeGenerated} with {$smarty.now}
[civicrm-core.git] / templates / CRM / common / SocialNetwork.tpl
index 49336eee9fe711cc18ae4577e6e3853e02aa45c4..d10f3c36e4b2b7bb4fd13ef43d2714f99b5dda9e 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
     <div class="crm-fb-tweet-buttons">
         {if $emailMode eq true}
             {*use images for email*}
-            <a href="//twitter.com/share?url={$url}&amp;text={$title}" id="crm_tweet">
+            <a href="http://twitter.com/share?url={$url}&amp;text={$title}" id="crm_tweet">
                 <img title="Twitter Tweet Button" src="{$config->userFrameworkResourceURL}/i/tweet.png" width="55px" height="20px"  alt="Tweet Button">
             </a>
-            <a href="//www.facebook.com/plugins/like.php?href={$url}" target="_blank">
+            <a href="http://www.facebook.com/plugins/like.php?href={$url}" target="_blank">
                 <img title="Facebook Like Button" src="{$config->userFrameworkResourceURL}/i/fblike.png" alt="Facebook Button" />
             </a>
         {else}
             {*use advanced buttons for pages*}
             <div class="label">
                 <iframe allowtransparency="true" frameborder="0" scrolling="no"
-                src="//platform.twitter.com/widgets/tweet_button.html?text={$title}&amp;url={$url|escape:'url'}"
+                src="https://platform.twitter.com/widgets/tweet_button.html?text={$title}&amp;url={$url|escape:'url'}"
                 style="width:100px; height:20px;">
                 </iframe>
             </div>
                 <g:plusone href={$url}></g:plusone>
             </div>
             <div class="label" style="width:300px;">
-                <iframe src="//www.facebook.com/plugins/like.php?app_id=240719639306341&amp;href={$url|escape:'url'}&amp;send=false&amp;layout=standard&amp;show_faces=false&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:30px;" allowTransparency="true">
+                <iframe src="https://www.facebook.com/plugins/like.php?app_id=240719639306341&amp;href={$url|escape:'url'}&amp;send=false&amp;layout=standard&amp;show_faces=false&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:30px;" allowTransparency="true">
                 </iframe>
             </div>
             <div class="label">
-              <script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
+              <script src="https://platform.linkedin.com/in.js" type="text/javascript"></script>
               <script type="IN/Share" data-url={$url} data-counter="right"></script>
             </div>
         {/if}