source: extensions/addThis/include/constants.inc.php @ 3596

Last change on this file since 3596 was 3596, checked in by tiico, 15 years ago

Correct button style (thks mistic100)
Up to date AddThis options
Correct icons mode (disable on image.php because not working)
Update version to v 0.0.3

File size: 1.5 KB
Line 
1<?php
2/*
3 * Plugin Name: AddThis
4 * Version: 0.0.3
5 * Description: Addthis activation
6 * Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=293
7 * Author: Tiico
8 * Author URI:
9 * */
10/********* Fichier constants.inc.php  *********/
11
12$language_list = array( 
13        array('en','zh','da','nl','fi','fr','de','he','is','it','ja','ko','no','pl','pt','ru','sl','es','sv','tr','cy'),
14        array('English' , 'Chinese' , 'Danish'  , 'Dutch'   , 'Finnish' , 'French'  , 'German'  , 'Hebrew'  , 'Icelandic', 'Italian' , 'Japanese', 'Korean'  , 'Norwegian', 'Polish'  , 'Portuguese', 'Russian' , 'Slovenian', 'Spanish' , 'Swedish' , 'Turkish' , 'Welsh' )
15        );
16
17$addthis_img_src = array(
18                                                        '',
19                                                        '<img id="bm3i" src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" border="0" alt="Share" />',
20                                                        '<img id="bm6i" src="http://s7.addthis.com/static/btn/sm-share-en.gif" width="83" height="16" border="0" alt="Share" />',
21                                                        '<img id="bm1i" src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" width="125" height="16" border="0" alt="Bookmark" />',
22                                                        '<img id="bm0i" src="http://s7.addthis.com/static/btn/sm-bookmark-en.gif" width="83" height="16" border="0" alt="Bookmark" />',
23                                                        '<img id="bm4i" src="http://s7.addthis.com/static/btn/lg-addthis-en.gif" width="125" height="16" border="0" alt="Add This" />',
24                                                        '<img id="bm5i" src="http://s7.addthis.com/static/btn/sm-plus.gif" width="16" height="16" border="0" alt="AddThis" />',
25                                                        ''
26                                                );
27
28
29?>
Note: See TracBrowser for help on using the repository browser.