diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-18 14:29:34 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-18 14:29:34 +0000 |
| commit | 7aa94d0c8960cbb574eab5baaac7ae6151231c02 (patch) | |
| tree | 64bf4c89bf8892e7f29c08a83eb95fc3ce49716b /admin | |
| parent | 0fb17dcdc573dc5187a8f2b3191ab29424c9986e (diff) | |
| download | pigeonholes-7aa94d0c8960cbb574eab5baaac7ae6151231c02.tar.gz pigeonholes-7aa94d0c8960cbb574eab5baaac7ae6151231c02.tar.bz2 pigeonholes-7aa94d0c8960cbb574eab5baaac7ae6151231c02.zip | |
remove custom positioning code
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_pigeonholes_inc.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/admin/admin_pigeonholes_inc.php b/admin/admin_pigeonholes_inc.php index 45e17dd..5fee183 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.2 2006/01/14 19:55:19 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_pigeonholes/admin/admin_pigeonholes_inc.php,v 1.3 2006/01/18 14:29:34 squareing Exp $ $pigeonholeSettings = array( 'display_pigeonhole_path' => array( @@ -14,10 +14,6 @@ $pigeonholeSettings = array( 'label' => 'Display Description', 'note' => 'When showing the category members, you can display the category description as well.', ), - 'custom_member_sorting' => array( - 'label' => 'Custom Sorting', - 'note' => 'This will change the way category members are displayed. It allows you to sort the members manually.', - ), ); $gBitSmarty->assign( 'pigeonholeSettings', $pigeonholeSettings ); |
