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

correct typo, load on footer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.