diff options
| author | Lester Caine <lester@lsces.co.uk> | 2006-02-08 13:17:41 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2006-02-08 13:17:41 +0000 |
| commit | cbe559474ad73396743d84afdd036ea9755c16a5 (patch) | |
| tree | af1fe8af7b7ceab7d6974892da9f3e708460c6f5 /admin/admin_pigeonholes_inc.php | |
| parent | 1163a5dfe4d46961da632ab08d8a78163a6401b6 (diff) | |
| download | pigeonholes-cbe559474ad73396743d84afdd036ea9755c16a5.tar.gz pigeonholes-cbe559474ad73396743d84afdd036ea9755c16a5.tar.bz2 pigeonholes-cbe559474ad73396743d84afdd036ea9755c16a5.zip | |
Make Theme/Permissions/Group optional in pigeonholes
Diffstat (limited to 'admin/admin_pigeonholes_inc.php')
| -rw-r--r-- | admin/admin_pigeonholes_inc.php | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/admin/admin_pigeonholes_inc.php b/admin/admin_pigeonholes_inc.php index 26c1054..c900844 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.4 2006/01/24 10:21:23 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_pigeonholes/admin/admin_pigeonholes_inc.php,v 1.5 2006/02/08 13:17:41 lsces Exp $ $pigeonholeSettings = array( 'display_pigeonhole_path' => array( @@ -14,6 +14,18 @@ $pigeonholeSettings = array( 'label' => 'Display Description', 'note' => 'When showing the category members, you can display the category description as well.', ), + 'pigeonholes_themes' => array( + 'label' => 'Enable variable theme selection', + 'note' => 'Allow the selection of a different theme to use for a category.', + ), + 'pigeonholes_permissions' => array( + 'label' => 'Enable variable permission selection', + 'note' => 'Allow the selection of different permissions to use for each category.', + ), + 'pigeonholes_groups' => array( + 'label' => 'Enable group management selection', + 'note' => 'Allow the selection of a different group to use for a category.', + ), ); $gBitSmarty->assign( 'pigeonholeSettings', $pigeonholeSettings ); |
