diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-03-08 01:38:37 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-03-08 01:38:37 +0000 |
commit | fe23062161d1e50a97685822c8ab94cdc2d43263 (patch) | |
tree | e3455673a4ebedc519afc03b1195a21eb4edb398 /picture.php | |
parent | c68914a3b962b39f341eb4a42f467f7c1143a8b9 (diff) |
- upload.tpl goes smarty
- start some language cleanup and a small attempt to standardize a bit ...
- debug_language now calls trigger_error instead of echo when missing language key
git-svn-id: http://piwigo.org/svn/trunk@2265 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'picture.php')
-rw-r--r-- | picture.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/picture.php b/picture.php index 07d6ef7cd..4ef0ff34f 100644 --- a/picture.php +++ b/picture.php @@ -672,7 +672,6 @@ SELECT COUNT(*) AS nb_fav 'FAVORITE_IMG' => get_root_url().get_themeconf('icon_dir').'/favorite.png', 'FAVORITE_HINT' => l10n('add_favorites_hint'), - 'FAVORITE_ALT' => l10n('add_favorites_alt'), 'U_FAVORITE' => add_url_params( $url_self, array('action'=>'add_to_favorites') @@ -688,7 +687,6 @@ SELECT COUNT(*) AS nb_fav 'FAVORITE_IMG' => get_root_url().get_themeconf('icon_dir').'/del_favorite.png', 'FAVORITE_HINT' => l10n('del_favorites_hint'), - 'FAVORITE_ALT' => l10n('del_favorites_alt'), 'U_FAVORITE' => add_url_params( $url_self, array('action'=>'remove_from_favorites') |