summaryrefslogtreecommitdiff
path: root/assigned_modules.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-04-02 18:55:02 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-04-02 18:55:02 +0000
commit5723a02638eb507e919b2bf7bfa1dc111a9f5318 (patch)
tree2ccbf0dd0be45c4bd82ffa36a2383607af5c2321 /assigned_modules.php
parent52d4d73fae15b2feec1915388558b4cdf800deec (diff)
downloadusers-5723a02638eb507e919b2bf7bfa1dc111a9f5318.tar.gz
users-5723a02638eb507e919b2bf7bfa1dc111a9f5318.tar.bz2
users-5723a02638eb507e919b2bf7bfa1dc111a9f5318.zip
Massive changes to themes layout engine:
- merged 3 tables into 1 and removed user-specific layout contol. - moved all layout related code to themes/BitThemes.php. - cleaned up module parameter assignment to module php and tpl files. - improved layout of layout page by enabling all option editing at once. - removed limitation that every module can only be assigned once - more changes, but i can't remember all just now.
Diffstat (limited to 'assigned_modules.php')
-rw-r--r--assigned_modules.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/assigned_modules.php b/assigned_modules.php
index 0af3577..44cf4b8 100644
--- a/assigned_modules.php
+++ b/assigned_modules.php
@@ -3,13 +3,13 @@
* assigned_modules
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.10 $
+ * @version $Revision: 1.11 $
* @package users
* @subpackage functions
* @copyright Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
* @license Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
*/
-// $Header: /cvsroot/bitweaver/_bit_users/assigned_modules.php,v 1.10 2006/05/18 13:59:34 sylvieg Exp $
+// $Header: /cvsroot/bitweaver/_bit_users/assigned_modules.php,v 1.11 2007/04/02 18:55:02 squareing Exp $
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Initialization
@@ -21,6 +21,8 @@ $gEditMode = 'layout';
*/
require_once( '../bit_setup_inc.php' );
+vd( 'This page is not functional and will be fixed asap' );
+
$gBitSystem->verifyPermission('p_tidbits_configure_modules');
if( !$gBitUser->canCustomizeLayout() && !$gBitUser->canCustomizeTheme() ) {