Changeset 19363 for extensions/GooglePlusOne/main.inc.php
- Timestamp:
- Dec 9, 2012, 1:43:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GooglePlusOne/main.inc.php
r16310 r19363 72 72 { 73 73 case 'index': 74 // $template->add_index_button('<li>'.$button.'</li>', 100); 74 75 $template->concat('PLUGIN_INDEX_ACTIONS', '<li>'.$button.'</li>'); 75 76 break; 76 77 case 'toolbar': 78 // $template->add_picture_button($button, 100); 77 79 $template->concat('PLUGIN_PICTURE_ACTIONS', $button); 78 80 break; … … 87 89 global $template; 88 90 89 switch ($template->get_template_vars('GPLUS1_POSIT ON'))91 switch ($template->get_template_vars('GPLUS1_POSITION')) 90 92 { 91 93 case 'top':
Note: See TracChangeset
for help on using the changeset viewer.