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

correct typo, load on footer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/TweetThis/main.inc.php

    r16309 r19362  
    6868  {
    6969    case 'index':
     70      // $template->add_index_button('<li>'.$button.'</li>', 100);
    7071      $template->concat('PLUGIN_INDEX_ACTIONS', '<li>'.$button.'</li>');
    7172      break;
    7273    case 'toolbar':
     74      // $template->add_picture_button($button, 100);
    7375      $template->concat('PLUGIN_PICTURE_ACTIONS', $button);
    7476      break;
     
    8385  global $template;
    8486 
    85   switch ($template->get_template_vars('TWEET_POSITON'))
     87  switch ($template->get_template_vars('TWEET_POSITION'))
    8688  {
    8789    case 'top':
Note: See TracChangeset for help on using the changeset viewer.