Changeset 19363


Ignore:
Timestamp:
Dec 9, 2012, 1:43:10 PM (11 years ago)
Author:
mistic100
Message:

correct typo, load on footer

Location:
extensions/GooglePlusOne
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/GooglePlusOne/admin.tpl

    r15121 r19363  
    66
    77<form method="post" action="" class="properties" ENCTYPE="multipart/form-data">
    8 
     8    <p><img src="{$GPLUS1_PATH}/images/logo.png"/></p>
     9   
    910    <table class="gplus1_buttons">
    1011      <tr class="property">
     
    4950        </td>
    5051      </tr>
    51      
    5252      <tr class="property">
    5353        <td>
     
    6060        </td>
    6161      </tr>
     62     
    6263      <tr class="submit">
    6364        <td colspan="2">
     
    6667      </tr>
    6768    </table>
    68 
    6969</form>
  • extensions/GooglePlusOne/button.tpl

    r16310 r19363  
    1 {combine_script id='google_plusone' path='https://apis.google.com/js/plusone.js'}
     1{combine_script id='google_plusone' load='footer' path='https://apis.google.com/js/plusone.js'}
    22<script type="text/javascript">window.___gcfg = {ldelim}lang: '{$GPLUS1_LANG}'};</script>
    33<g:plusone size="{$GPLUS1_SIZE}" annotation="{$GPLUS1_ANNO}"></g:plusone>
  • extensions/GooglePlusOne/main.inc.php

    r16310 r19363  
    7272  {
    7373    case 'index':
     74      // $template->add_index_button('<li>'.$button.'</li>', 100);
    7475      $template->concat('PLUGIN_INDEX_ACTIONS', '<li>'.$button.'</li>');
    7576      break;
    7677    case 'toolbar':
     78      // $template->add_picture_button($button, 100);
    7779      $template->concat('PLUGIN_PICTURE_ACTIONS', $button);
    7880      break;
     
    8789  global $template;
    8890 
    89   switch ($template->get_template_vars('GPLUS1_POSITON'))
     91  switch ($template->get_template_vars('GPLUS1_POSITION'))
    9092  {
    9193    case 'top':
Note: See TracChangeset for help on using the changeset viewer.