From 4748adc3f5cb4a3ef2cddb31db73ecd2e6b68bb8 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 6 Jul 2010 20:10:03 +0000 Subject: - removed function get_extra_fields and its usage (unnecessary + perf issue when retrieving many image ids in a section) - 2 fixes recent feed.php commit * month names were decalated by one * strptime function is not implemented under Windows in php - added somme missing $ROOT_URL in templates git-svn-id: http://piwigo.org/svn/trunk@6668 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/comments.tpl | 2 +- themes/default/template/notification.tpl | 2 +- themes/default/template/password.tpl | 2 +- themes/default/template/tags.tpl | 6 +++--- themes/default/template/upload.tpl | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'themes') diff --git a/themes/default/template/comments.tpl b/themes/default/template/comments.tpl index 77952ce40..9616d27a9 100644 --- a/themes/default/template/comments.tpl +++ b/themes/default/template/comments.tpl @@ -2,7 +2,7 @@

{'User comments'|@translate}

diff --git a/themes/default/template/notification.tpl b/themes/default/template/notification.tpl index 734ccdbf0..1848e5e46 100644 --- a/themes/default/template/notification.tpl +++ b/themes/default/template/notification.tpl @@ -6,7 +6,7 @@

{'Notification'|@translate}

diff --git a/themes/default/template/password.tpl b/themes/default/template/password.tpl index 7e3b5ed76..413286e29 100644 --- a/themes/default/template/password.tpl +++ b/themes/default/template/password.tpl @@ -2,7 +2,7 @@

{'Password forgotten'|@translate}

diff --git a/themes/default/template/tags.tpl b/themes/default/template/tags.tpl index 03cccbbaf..4c226f80c 100644 --- a/themes/default/template/tags.tpl +++ b/themes/default/template/tags.tpl @@ -3,14 +3,14 @@

{'Tags'|@translate}

diff --git a/themes/default/template/upload.tpl b/themes/default/template/upload.tpl index ba57fd877..6e6bdc42a 100644 --- a/themes/default/template/upload.tpl +++ b/themes/default/template/upload.tpl @@ -8,7 +8,7 @@

{'Upload a picture'|@translate}

-- cgit v1.2.3