From 7bb12f4f481639547b7aabd38eb044eb1f942c66 Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 30 Jan 2008 22:16:01 +0000 Subject: Replace old use of $lang by l10n function. Merge BSF 2200:2201 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2202 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_cats.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/category_cats.inc.php') diff --git a/include/category_cats.inc.php b/include/category_cats.inc.php index a389a1595..83acade3b 100644 --- a/include/category_cats.inc.php +++ b/include/category_cats.inc.php @@ -201,7 +201,7 @@ if (count($categories) > 0) array( 'SRC' => $thumbnail_src_of[$category['representative_picture_id']], 'ALT' => $category['name'], - 'TITLE' => $lang['hint_category'], + 'TITLE' => l10n('hint_category'), 'ICON' => $icon_ts, 'URL' => make_index_url( -- cgit v1.2.3