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 /modules | |
| parent | 9806e9356f7ee3793510747d52313bd79eff0f7e (diff) | |
| download | boards-65a6ecbd758c331a851ae5ac12abed135abe0334.tar.gz boards-65a6ecbd758c331a851ae5ac12abed135abe0334.tar.bz2 boards-65a6ecbd758c331a851ae5ac12abed135abe0334.zip | |
rename bitboards to boards
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_recent_posts.php | 4 | ||||
| -rw-r--r-- | modules/mod_recent_posts.tpl | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/modules/mod_recent_posts.php b/modules/mod_recent_posts.php index 7d477c3..8373fed 100644 --- a/modules/mod_recent_posts.php +++ b/modules/mod_recent_posts.php @@ -5,7 +5,7 @@ * - b : numeric id of board to show posts from * - all_boards : display posts from all boards. Default behavior is to auto-track to board you are in. * - * @version $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.php,v 1.4 2007/03/09 22:27:35 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.php,v 1.5 2007/03/31 15:54:14 squareing Exp $ * @package boards * @subpackage modules */ @@ -14,7 +14,7 @@ * required setup */ -include_once( BITBOARDS_PKG_PATH.'BitBoardPost.php' ); +include_once( BOARDS_PKG_PATH.'BitBoardPost.php' ); global $gBitSmarty, $gQueryUserId, $module_rows, $module_params, $gBitSystem; diff --git a/modules/mod_recent_posts.tpl b/modules/mod_recent_posts.tpl index 05ea757..1e68324 100644 --- a/modules/mod_recent_posts.tpl +++ b/modules/mod_recent_posts.tpl @@ -1,6 +1,6 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.tpl,v 1.2 2007/03/09 22:27:35 spiderr Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.tpl,v 1.3 2007/03/31 15:54:14 squareing Exp $ *} {strip} -{if $gBitSystem->isPackageActive('bitboards') && {$modLastBoardPosts} +{if $gBitSystem->isPackageActive('boards') && {$modLastBoardPosts} {bitmodule title="$moduleTitle" name="last_board_posts"} <ul class="boards"> {section name=ix loop=$modLastBoardPosts} @@ -16,7 +16,7 @@ <li></li> {/section} </ul> - <a href="{$smarty.const.BITBOARDS_PKG_URL}{if $modRecentPostsBoardId}index.php?b={$modRecentPostsBoardId}{/if}">View More...</a> + <a href="{$smarty.const.BOARDS_PKG_URL}{if $modRecentPostsBoardId}index.php?b={$modRecentPostsBoardId}{/if}">View More...</a> {/bitmodule} {/if} {/strip} |
