Last change
on this file since 1381 was
1092,
checked in by rvelices, 19 years ago
|
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)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
722 bytes
|
Line | |
---|
1 | <div id="copyright"> |
---|
2 | <!-- BEGIN debug --> |
---|
3 | {lang:generation_time} {debug.TIME} ({debug.NB_QUERIES} {lang:sql_queries_in} {debug.SQL_TIME}) - |
---|
4 | <!-- END debug --> |
---|
5 | |
---|
6 | <!-- Please, do not remove this copyright. If you really want to, |
---|
7 | contact us on http://phpwebgallery.net to find a solution on how |
---|
8 | to show the origin of the script...--> |
---|
9 | |
---|
10 | {lang:powered_by} <a href="http://www.phpwebgallery.net" class="back">PhpWebGallery</a> |
---|
11 | {VERSION} |
---|
12 | <!-- BEGIN contact --> |
---|
13 | - {lang:send_mail} |
---|
14 | <a href="mailto:{contact.MAIL}?subject={L_TITLE_MAIL}">{lang:Webmaster}</a> |
---|
15 | <!-- END contact --> |
---|
16 | |
---|
17 | </div> <!-- copyright --> |
---|
18 | </div> <!-- the_page --> |
---|
19 | |
---|
20 | <!-- BEGIN debug --> |
---|
21 | {debug.QUERIES_LIST} |
---|
22 | <!-- END debug --> |
---|
23 | </body> |
---|
24 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.