From ed068b08c8b3739c4fddb313b8895b7c3a1efae0 Mon Sep 17 00:00:00 2001 From: patdenice Date: Mon, 16 Mar 2009 17:51:47 +0000 Subject: Add "tags" parameter for template extensions git-svn-id: http://piwigo.org/svn/trunk@3207 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/extend_for_templates.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'admin/extend_for_templates.php') diff --git a/admin/extend_for_templates.php b/admin/extend_for_templates.php index 2f3bbc92b..44ea50961 100644 --- a/admin/extend_for_templates.php +++ b/admin/extend_for_templates.php @@ -60,7 +60,9 @@ $relevant_parameters = array( 'posted-monthly-calendar', 'search', 'flat', - 'list',); /* <=> Random */ + 'list', /* <=> Random */ + 'tags', + ); $query = ' SELECT permalink FROM '.CATEGORIES_TABLE.' -- cgit v1.2.3