diff options
| author | Christian Fowler <spider@viovio.com> | 2007-03-08 03:27:56 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-03-08 03:27:56 +0000 |
| commit | 9289448a34789a453d9d5ecbf36e6a17d552b3fa (patch) | |
| tree | 51ba94af9d5c7e8a4179a31f4489ad8e17d8a20f /modules | |
| parent | bda8185f89194de68827c37e57bd4a553b7c67fb (diff) | |
| download | boards-9289448a34789a453d9d5ecbf36e6a17d552b3fa.tar.gz boards-9289448a34789a453d9d5ecbf36e6a17d552b3fa.tar.bz2 boards-9289448a34789a453d9d5ecbf36e6a17d552b3fa.zip | |
rename because I am a spaz
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_recent_posts.php (renamed from modules/mod_last_boards_posts.php) | 2 | ||||
| -rw-r--r-- | modules/mod_recent_posts.tpl (renamed from modules/mod_last_boards_posts.tpl) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod_last_boards_posts.php b/modules/mod_recent_posts.php index 76d447e..c47d972 100644 --- a/modules/mod_last_boards_posts.php +++ b/modules/mod_recent_posts.php @@ -3,7 +3,7 @@ * Params: * - title : if is "title", show the title of the post, else show the date of creation * - * @version $Header: /cvsroot/bitweaver/_bit_boards/modules/Attic/mod_last_boards_posts.php,v 1.2 2007/03/08 03:09:59 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.php,v 1.1 2007/03/08 03:27:55 spiderr Exp $ * @package boards * @subpackage modules */ diff --git a/modules/mod_last_boards_posts.tpl b/modules/mod_recent_posts.tpl index a1d5fbb..68ec72c 100644 --- a/modules/mod_last_boards_posts.tpl +++ b/modules/mod_recent_posts.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/modules/Attic/mod_last_boards_posts.tpl,v 1.3 2007/03/08 03:26:08 spiderr Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.tpl,v 1.1 2007/03/08 03:27:56 spiderr Exp $ *} {strip} {if $gBitSystem->isPackageActive('bitboards') && {$modLastBoardPosts} {bitmodule title="$moduleTitle" name="last_board_posts"} |
