diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-03-31 15:54:14 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-03-31 15:54:14 +0000 |
| commit | 65a6ecbd758c331a851ae5ac12abed135abe0334 (patch) | |
| tree | 0e2741a679966a1a711580ac50290bf09b17bb24 /assign.php | |
| parent | 9806e9356f7ee3793510747d52313bd79eff0f7e (diff) | |
| download | boards-65a6ecbd758c331a851ae5ac12abed135abe0334.tar.gz boards-65a6ecbd758c331a851ae5ac12abed135abe0334.tar.bz2 boards-65a6ecbd758c331a851ae5ac12abed135abe0334.zip | |
rename bitboards to boards
Diffstat (limited to 'assign.php')
| -rw-r--r-- | assign.php | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_boards/assign.php,v 1.3 2007/02/15 19:36:12 lsces Exp $ + * $Header: /cvsroot/bitweaver/_bit_boards/assign.php,v 1.4 2007/03/31 15:54:13 squareing Exp $ * Copyright (c) 2004 bitweaver Messageboards * All Rights Reserved. See copyright.txt for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. @@ -14,12 +14,12 @@ require_once( '../bit_setup_inc.php' ); // Is package installed and enabled -$gBitSystem->verifyPackage( 'bitboards' ); +$gBitSystem->verifyPackage( 'boards' ); // Now check permissions to access this page -$gBitSystem->verifyPermission('p_bitboards_edit' ); +$gBitSystem->verifyPermission('p_boards_edit' ); -require_once(BITBOARDS_PKG_PATH.'lookup_inc.php' ); +require_once(BOARDS_PKG_PATH.'lookup_inc.php' ); if (!empty($_REQUEST['remove'])) { foreach ($_REQUEST['remove'] as $board_id => $content_ids) { @@ -52,5 +52,5 @@ $data = BitBoard::getAllMap(); $gBitSmarty->assign_by_ref('data',$data); // Display the template -$gBitSystem->display( 'bitpackage:bitboards/board_assign.tpl', tra('Assign content to Board') ); +$gBitSystem->display( 'bitpackage:boards/board_assign.tpl', tra('Assign content to Board') ); ?> |
