From fe23062161d1e50a97685822c8ab94cdc2d43263 Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 8 Mar 2008 01:38:37 +0000 Subject: - 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 --- picture.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'picture.php') 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') -- cgit v1.2.3