diff options
| author | cvs2git <cvs2git@bitweaver.org> | 2010-06-09 18:12:47 +0200 |
|---|---|---|
| committer | nickpalmer <nick@sluggardy.net> | 2010-06-09 18:12:47 +0200 |
| commit | b3a742c9cfd5347d13386f69ed0116ea35c8e9c1 (patch) | |
| tree | e686f1d15b208025402ebb93c563ad31a406cda7 /modules | |
| parent | be6edbc0d650fd1b28d35255c28a6fa1079f1dc6 (diff) | |
| download | liberty-b3a742c9cfd5347d13386f69ed0116ea35c8e9c1.tar.gz liberty-b3a742c9cfd5347d13386f69ed0116ea35c8e9c1.tar.bz2 liberty-b3a742c9cfd5347d13386f69ed0116ea35c8e9c1.zip | |
Strip down CVS keywords.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_last_changes.php | 2 | ||||
| -rw-r--r-- | modules/mod_last_changes.tpl | 2 | ||||
| -rw-r--r-- | modules/mod_last_comments.php | 2 | ||||
| -rw-r--r-- | modules/mod_last_comments.tpl | 2 | ||||
| -rw-r--r-- | modules/mod_structure_toc.php | 2 | ||||
| -rw-r--r-- | modules/mod_top_authors.php | 2 | ||||
| -rw-r--r-- | modules/mod_top_authors.tpl | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/modules/mod_last_changes.php b/modules/mod_last_changes.php index e65d692..389c21d 100644 --- a/modules/mod_last_changes.php +++ b/modules/mod_last_changes.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_last_changes.php,v 1.13 2010/04/17 04:56:46 wjames5 Exp $ + * @version $Header$ * @package liberty * @subpackage modules * Params: diff --git a/modules/mod_last_changes.tpl b/modules/mod_last_changes.tpl index dc2ab88..a89db88 100644 --- a/modules/mod_last_changes.tpl +++ b/modules/mod_last_changes.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_last_changes.tpl,v 1.8 2010/04/17 22:46:09 wjames5 Exp $ *} +{* $Header$ *} {strip} {if $modLastContent} {bitmodule title="$moduleTitle" name="last_changes"} diff --git a/modules/mod_last_comments.php b/modules/mod_last_comments.php index d084074..b4a2ccf 100644 --- a/modules/mod_last_comments.php +++ b/modules/mod_last_comments.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_last_comments.php,v 1.7 2010/04/17 04:56:46 wjames5 Exp $ + * @version $Header$ * @package liberty * @subpackage modules */ diff --git a/modules/mod_last_comments.tpl b/modules/mod_last_comments.tpl index cdc62c8..094ad4b 100644 --- a/modules/mod_last_comments.tpl +++ b/modules/mod_last_comments.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_last_comments.tpl,v 1.2 2007/09/22 15:07:31 nickpalmer Exp $ *} +{* $Header$ *} {strip} {if $modLastComments} {bitmodule title="$moduleTitle" name="last_comments"} diff --git a/modules/mod_structure_toc.php b/modules/mod_structure_toc.php index 5105210..c7ade94 100644 --- a/modules/mod_structure_toc.php +++ b/modules/mod_structure_toc.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_structure_toc.php,v 1.7 2007/09/26 19:32:14 spiderr Exp $ + * @version $Header$ * * @package liberty * @subpackage modules diff --git a/modules/mod_top_authors.php b/modules/mod_top_authors.php index 77d399e..62ff6d8 100644 --- a/modules/mod_top_authors.php +++ b/modules/mod_top_authors.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_top_authors.php,v 1.8 2010/04/17 04:56:46 wjames5 Exp $ +// $Header$ /** * Params: * - content_type_guid : if set, show only those content_type_guid's diff --git a/modules/mod_top_authors.tpl b/modules/mod_top_authors.tpl index 45ff233..49970d8 100644 --- a/modules/mod_top_authors.tpl +++ b/modules/mod_top_authors.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_top_authors.tpl,v 1.3 2008/08/05 01:10:30 laetzer Exp $ *} +{* $Header$ *} {strip} {if $modAuthors} {bitmodule title="$moduleTitle" name="top_authors"} |
