diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-14 16:21:21 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-14 16:21:21 +0000 |
commit | bb82ab893b621a6d035391ca1c9667f3755a9d6a (patch) | |
tree | 1a5582b6c7573df57ccebe8ba1d04415bb6dc639 /admin/help.php | |
parent | 058c5e2b765019272a0d45a461fdb4bd04396295 (diff) |
Adding help information for release 1.3
git-svn-id: http://piwigo.org/svn/trunk@106 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/help.php')
-rw-r--r-- | admin/help.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/help.php b/admin/help.php index 307c6ca5f..2b5edbe1d 100644 --- a/admin/help.php +++ b/admin/help.php @@ -23,7 +23,7 @@ $tpl = array( ); templatize_array( $tpl, 'lang', $sub ); //----------------------------------------------------- help categories display $categories = array( 'images','thumbnails','database','remote','upload', - 'infos' ); + 'virtual','groups','access','infos' ); foreach ( $categories as $category ) { $vtp->addSession( $sub, 'cat' ); if ( $category == 'images' ) |