diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-06-06 07:25:47 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-06-06 07:25:47 +0000 |
| commit | bbfc6b4cbe38533141137031cc4ea97b9a93127a (patch) | |
| tree | b30da1982af748d2cb97dcf29944ab7aaef1bc93 /admin | |
| parent | 74a3c3a72caa9fae5ca3cddd005c1e8c160e792c (diff) | |
| download | pigeonholes-bbfc6b4cbe38533141137031cc4ea97b9a93127a.tar.gz pigeonholes-bbfc6b4cbe38533141137031cc4ea97b9a93127a.tar.bz2 pigeonholes-bbfc6b4cbe38533141137031cc4ea97b9a93127a.zip | |
kernel_config name updates
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_pigeonholes_inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/admin_pigeonholes_inc.php b/admin/admin_pigeonholes_inc.php index 106a954..8d3609a 100644 --- a/admin/admin_pigeonholes_inc.php +++ b/admin/admin_pigeonholes_inc.php @@ -1,8 +1,8 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_pigeonholes/admin/admin_pigeonholes_inc.php,v 1.8 2006/04/26 11:02:08 bitweaver Exp $ +// $Header: /cvsroot/bitweaver/_bit_pigeonholes/admin/admin_pigeonholes_inc.php,v 1.9 2006/06/06 07:25:47 squareing Exp $ $pigeonholeSettings = array( - 'display_pigeonhole_path' => array( + 'pigeonholes_display_path' => array( 'label' => 'Display Path', 'note' => 'Display category paths above the page leading to the object.', ), @@ -10,7 +10,7 @@ $pigeonholeSettings = array( 'label' => 'Display Members', 'note' => 'Show the other members of the same categories at the bottom of the page.', ), - 'display_pigeonhole_description' => array( + 'pigeonholes_display_description' => array( 'label' => 'Display Description', 'note' => 'When showing the category members, you can display the category description as well.', ), |
