diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-01-24 19:00:02 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-01-24 19:00:02 +0000 |
commit | eedb9e3d6231f7e7b81baf1cc8d1e85eea4600db (patch) | |
tree | 463e593426d081d87e826e09faf2e1aeacd4e52a /category.php | |
parent | c2035bc574e89e2129610b4e3757c1a8802bdf68 (diff) |
add link to the start page
git-svn-id: http://piwigo.org/svn/branches/release-1_3@314 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | category.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/category.php b/category.php index 20dfaed9f..e35155c87 100644 --- a/category.php +++ b/category.php @@ -135,6 +135,7 @@ $nb_total_pictures = count_user_total_images(); $vtp->setGlobalVar( $handle, 'nb_total_pictures',$nb_total_pictures ); //------------------------------------------------------------- categories menu +$vtp->setVar( $handle, 'home_url', add_session_id( 'category.php' ) ); // normal categories foreach ( $page['structure'] as $category ) { // display category is a function relative to the template |