From eedb9e3d6231f7e7b81baf1cc8d1e85eea4600db Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sat, 24 Jan 2004 19:00:02 +0000 Subject: add link to the start page git-svn-id: http://piwigo.org/svn/branches/release-1_3@314 68402e56-0260-453c-a942-63ccdbb3a9ee --- category.php | 1 + template/default/category.vtp | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 diff --git a/template/default/category.vtp b/template/default/category.vtp index 64d0d6005..087d80bcd 100644 --- a/template/default/category.vtp +++ b/template/default/category.vtp @@ -2,7 +2,9 @@ {#frame_start}100%{#frame_begin} -
{#categories}
+
+ {#categories} +