From 20030121c4fc988b94418561191bd9784b9cfd29 Mon Sep 17 00:00:00 2001 From: Wesley Miaw Date: Thu, 1 Dec 2005 06:25:09 +0000 Subject: Feature #1109495. Print view will now show the location if the field is defined. Code provided by Nicolas Contamin. --- print.php | 1 + 1 file changed, 1 insertion(+) (limited to 'print.php') diff --git a/print.php b/print.php index 8aa9b75..34a9c92 100644 --- a/print.php +++ b/print.php @@ -79,6 +79,7 @@ $page->replace_tags(array( 'l_week' => $lang['l_week'], 'l_month' => $lang['l_month'], 'l_year' => $lang['l_year'], + 'l_location' => $lang['l_location'], 'l_subscribe' => $lang['l_subscribe'], 'l_download' => $lang['l_download'], 'l_no_results' => $lang['l_no_results'], -- cgit v1.2.3