diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-01-10 11:22:37 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-01-10 11:22:37 +0000 |
| commit | 506d92cc28627eb24be2946cb64888b207d0f0a2 (patch) | |
| tree | 4f6c3751c78f5674c4be7202571fa40e113e758a /admin | |
| parent | c9ec2575b15f22ae804e3067eb74a5880075876f (diff) | |
| download | pigeonholes-506d92cc28627eb24be2946cb64888b207d0f0a2.tar.gz pigeonholes-506d92cc28627eb24be2946cb64888b207d0f0a2.tar.bz2 pigeonholes-506d92cc28627eb24be2946cb64888b207d0f0a2.zip | |
make subtree listing optional
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_pigeonholes_inc.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/admin_pigeonholes_inc.php b/admin/admin_pigeonholes_inc.php index f25e63e..ec3692a 100644 --- a/admin/admin_pigeonholes_inc.php +++ b/admin/admin_pigeonholes_inc.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_pigeonholes/admin/admin_pigeonholes_inc.php,v 1.11 2006/06/11 11:02:04 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_pigeonholes/admin/admin_pigeonholes_inc.php,v 1.12 2007/01/10 11:22:37 squareing Exp $ $pigeonholeDisplaySettings = array( 'pigeonholes_display_path' => array( @@ -14,6 +14,10 @@ $pigeonholeDisplaySettings = array( 'label' => 'Display Description', 'note' => 'When showing the category members, you can display the category description as well.', ), + 'pigeonholes_display_subtree' => array( + 'label' => 'Display Subtree', + 'note' => 'When viewing the kategory list, you can display the subcategories as well.', + ), 'pigeonholes_themes' => array( 'label' => 'Theme selection', 'note' => 'Allow the selection of a different theme to use for a category.', |
