summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorcvs2git <cvs2git@bitweaver.org>2010-06-09 18:13:33 +0200
committernickpalmer <nick@sluggardy.net>2010-06-09 18:13:33 +0200
commitd336ea9ff828b915698069797b2952f4f6bbce33 (patch)
tree3dbd0fa16bf554d1d644243821196281249b35a9 /modules
parent0d7f9b82a12ddb018192014c00148f0c05128500 (diff)
downloadusers-d336ea9ff828b915698069797b2952f4f6bbce33.tar.gz
users-d336ea9ff828b915698069797b2952f4f6bbce33.tar.bz2
users-d336ea9ff828b915698069797b2952f4f6bbce33.zip
Strip down CVS keywords.
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_login_box.tpl2
-rw-r--r--modules/mod_online_users.php4
-rw-r--r--modules/mod_online_users.tpl2
-rw-r--r--modules/mod_since_last_visit.php4
-rw-r--r--modules/mod_since_last_visit.tpl2
-rw-r--r--modules/mod_user_pages.php2
-rw-r--r--modules/mod_user_pages.tpl2
-rw-r--r--modules/mod_user_profile.php4
-rw-r--r--modules/mod_who_is_there.php4
-rw-r--r--modules/mod_who_is_there.tpl2
-rw-r--r--modules/user_module.tpl2
11 files changed, 15 insertions, 15 deletions
diff --git a/modules/mod_login_box.tpl b/modules/mod_login_box.tpl
index 5654b20..e74fa5c 100644
--- a/modules/mod_login_box.tpl
+++ b/modules/mod_login_box.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_users/modules/mod_login_box.tpl,v 1.16 2008/08/30 10:08:36 laetzer Exp $ *}
+{* $Header$ *}
{strip}
{bitmodule title="$moduleTitle" name="login_box"}
{if $gBitUser->IsRegistered()}
diff --git a/modules/mod_online_users.php b/modules/mod_online_users.php
index d6248ac..b810a42 100644
--- a/modules/mod_online_users.php
+++ b/modules/mod_online_users.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/modules/mod_online_users.php,v 1.9 2009/10/01 14:17:06 wjames5 Exp $
+ * $Header$
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: mod_online_users.php,v 1.9 2009/10/01 14:17:06 wjames5 Exp $
+ * $Id$
* @package users
* @subpackage modules
*/
diff --git a/modules/mod_online_users.tpl b/modules/mod_online_users.tpl
index c83158c..7e40f5d 100644
--- a/modules/mod_online_users.tpl
+++ b/modules/mod_online_users.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_users/modules/mod_online_users.tpl,v 1.5 2007/01/07 22:22:18 squareing Exp $ *}
+{* $Header$ *}
{strip}
{bitmodule title="$moduleTitle" name="online_users"}
{tr}We have {$logged_users} online user(s){/tr}
diff --git a/modules/mod_since_last_visit.php b/modules/mod_since_last_visit.php
index e6da185..9015369 100644
--- a/modules/mod_since_last_visit.php
+++ b/modules/mod_since_last_visit.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/modules/mod_since_last_visit.php,v 1.6 2009/10/01 14:17:06 wjames5 Exp $
+ * $Header$
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: mod_since_last_visit.php,v 1.6 2009/10/01 14:17:06 wjames5 Exp $
+ * $Id$
* @package users
* @subpackage modules
*/
diff --git a/modules/mod_since_last_visit.tpl b/modules/mod_since_last_visit.tpl
index ca921bf..46b07c9 100644
--- a/modules/mod_since_last_visit.tpl
+++ b/modules/mod_since_last_visit.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_users/modules/mod_since_last_visit.tpl,v 1.2 2005/08/24 20:59:13 squareing Exp $ *}
+{* $Header$ *}
{if $gBitUser->isRegistered()}
{bitmodule title="$moduleTitle" name="since_last_visit"}
{tr}Since your last visit on{/tr}<br />
diff --git a/modules/mod_user_pages.php b/modules/mod_user_pages.php
index ca32976..6fcdcff 100644
--- a/modules/mod_user_pages.php
+++ b/modules/mod_user_pages.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_users/modules/mod_user_pages.php,v 1.7 2010/04/17 19:45:49 wjames5 Exp $
+// $Header$
/**
* Params:
* - content_type_guid : if set, show only those content_type_guid's
diff --git a/modules/mod_user_pages.tpl b/modules/mod_user_pages.tpl
index 25c029b..158549c 100644
--- a/modules/mod_user_pages.tpl
+++ b/modules/mod_user_pages.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_users/modules/mod_user_pages.tpl,v 1.5 2010/04/17 19:45:49 wjames5 Exp $ *}
+{* $Header$ *}
{strip}
{if $modLastPages}
{bitmodule title="$moduleTitle" name="last_changes"}
diff --git a/modules/mod_user_profile.php b/modules/mod_user_profile.php
index a196f73..9f2cf8f 100644
--- a/modules/mod_user_profile.php
+++ b/modules/mod_user_profile.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/modules/mod_user_profile.php,v 1.12 2009/10/01 14:17:06 wjames5 Exp $
+ * $Header$
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: mod_user_profile.php,v 1.12 2009/10/01 14:17:06 wjames5 Exp $
+ * $Id$
* @package users
* @subpackage modules
*/
diff --git a/modules/mod_who_is_there.php b/modules/mod_who_is_there.php
index f8bf2be..59a4629 100644
--- a/modules/mod_who_is_there.php
+++ b/modules/mod_who_is_there.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/modules/mod_who_is_there.php,v 1.9 2009/10/01 14:17:06 wjames5 Exp $
+ * $Header$
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: mod_who_is_there.php,v 1.9 2009/10/01 14:17:06 wjames5 Exp $
+ * $Id$
* @package users
* @subpackage modules
*/
diff --git a/modules/mod_who_is_there.tpl b/modules/mod_who_is_there.tpl
index febbe7c..561ddfc 100644
--- a/modules/mod_who_is_there.tpl
+++ b/modules/mod_who_is_there.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_users/modules/mod_who_is_there.tpl,v 1.9 2007/10/26 13:26:51 nickpalmer Exp $ *}
+{* $Header$ *}
{bitmodule title="$moduleTitle" name="who_is_there"}
<div>
{if $logged_users eq 0}
diff --git a/modules/user_module.tpl b/modules/user_module.tpl
index 2d82533..c9d4ce0 100644
--- a/modules/user_module.tpl
+++ b/modules/user_module.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_users/modules/user_module.tpl,v 1.1 2005/06/19 05:12:23 bitweaver Exp $ *}
+{* $Header$ *}
{bitmodule title=$user_title name=$user_module_name}
{eval var=$user_data}
{/bitmodule} \ No newline at end of file