diff options
| author | Christian Fowler <spider@viovio.com> | 2006-09-23 03:47:27 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-09-23 03:47:27 +0000 |
| commit | cf67b6ac2114042731f023f7780ffc2efe7f224a (patch) | |
| tree | 192f01ccbc50294e40c12eaead5c5846da055b27 /templates | |
| parent | de3dccd1d8b3002283935f41d2e58cc8cd764c84 (diff) | |
| download | boards-cf67b6ac2114042731f023f7780ffc2efe7f224a.tar.gz boards-cf67b6ac2114042731f023f7780ffc2efe7f224a.tar.bz2 boards-cf67b6ac2114042731f023f7780ffc2efe7f224a.zip | |
remove .tpl's to list_ to follow convention and be more readable
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/list_boards.tpl (renamed from templates/board.tpl) | 2 | ||||
| -rw-r--r-- | templates/list_posts.tpl (renamed from templates/post.tpl) | 2 | ||||
| -rw-r--r-- | templates/list_topics.tpl (renamed from templates/topic.tpl) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/board.tpl b/templates/list_boards.tpl index f69bc43..9e184ad 100644 --- a/templates/board.tpl +++ b/templates/list_boards.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/templates/Attic/board.tpl,v 1.11 2006/09/23 03:41:58 spiderr Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_boards.tpl,v 1.1 2006/09/23 03:47:27 spiderr Exp $ *} {strip} <div class="listing bitboard"> <div class="header"> diff --git a/templates/post.tpl b/templates/list_posts.tpl index d517dc6..ab38e3b 100644 --- a/templates/post.tpl +++ b/templates/list_posts.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/templates/Attic/post.tpl,v 1.15 2006/09/23 03:41:58 spiderr Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_posts.tpl,v 1.1 2006/09/23 03:47:27 spiderr Exp $ *} {strip} <div class="navbar"> <div class="floaticon"> diff --git a/templates/topic.tpl b/templates/list_topics.tpl index 6faaeb5..c96a105 100644 --- a/templates/topic.tpl +++ b/templates/list_topics.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/templates/Attic/topic.tpl,v 1.18 2006/09/23 03:41:58 spiderr Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.1 2006/09/23 03:47:27 spiderr Exp $ *} {strip} <div class="listing bitboard"> <div class="floaticon"> |
