diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-03-22 01:01:47 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-03-22 01:01:47 +0000 |
commit | 0971ce48d217b7cc8081ae70c4b041ab23fdf29c (patch) | |
tree | 841bd14e9c2a19c207fb8479b1a086112795d04a /template/yoga/footer.tpl | |
parent | 3609c224c74f50a9049524ebedc996ddd1187108 (diff) |
URL rewriting: capable of fully working with urls without ?
URL rewriting: works with image file instead of image id (change
make_picture_url to generate urls with file name instead of image id)
URL rewriting: completely works with category/best_rated and
picture/best_rated/534 (change 'category.php?' to 'category' in make_index_url
and 'picture.php?' to 'picture' in make_picture_url to see it)
fix: picture category display in upper bar
fix: function rate_picture variables and use of the new user type
fix: caddie icon appears now on category page
fix: admin element_set sql query was using storage_category_id column
(column has moved to #image_categories)
fix: replaced some old $_GET[xxx] with $page[xxx]
fix: pictures have metadata url (use ? parameter - might change later)
git-svn-id: http://piwigo.org/svn/trunk@1092 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/footer.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/footer.tpl b/template/yoga/footer.tpl index 9638ba422..44d905995 100644 --- a/template/yoga/footer.tpl +++ b/template/yoga/footer.tpl @@ -1,16 +1,16 @@ <div id="copyright"> <!-- BEGIN debug --> - {L_GEN_TIME} {debug.TIME} ({debug.NB_QUERIES} {L_SQL_QUERIES_IN} {debug.SQL_TIME}) - + {lang:generation_time} {debug.TIME} ({debug.NB_QUERIES} {lang:sql_queries_in} {debug.SQL_TIME}) - <!-- END debug --> <!-- Please, do not remove this copyright. If you really want to, contact us on http://phpwebgallery.net to find a solution on how to show the origin of the script...--> - {L_POWERED_BY} <a href="http://www.phpwebgallery.net" class="back">PhpWebGallery</a> + {lang:powered_by} <a href="http://www.phpwebgallery.net" class="back">PhpWebGallery</a> {VERSION} <!-- BEGIN contact --> - - {L_SEND_MAIL} + - {lang:send_mail} <a href="mailto:{contact.MAIL}?subject={L_TITLE_MAIL}">{lang:Webmaster}</a> <!-- END contact --> |