diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-19 15:59:55 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-19 15:59:55 +0000 |
commit | 1eca2d231c79c046a3c122a09bd761fa8f641a6e (patch) | |
tree | 7584daebb596d852e1d1a813a90bba5686925de3 /templates/sidebar.block.users.php | |
parent | 01c62e34fcd095e583f00a1890e6f311fbcb47dd (diff) | |
download | semanticscuttle-1eca2d231c79c046a3c122a09bd761fa8f641a6e.tar.gz semanticscuttle-1eca2d231c79c046a3c122a09bd761fa8f641a6e.tar.bz2 |
Many interface changes: add 'back to the top links', a variable to display more bookmarks for admins...
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@329 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/sidebar.block.users.php')
-rw-r--r-- | templates/sidebar.block.users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar.block.users.php b/templates/sidebar.block.users.php index b6eef24..3ad18bc 100644 --- a/templates/sidebar.block.users.php +++ b/templates/sidebar.block.users.php @@ -11,7 +11,7 @@ $lastUsers = $userservice->getUsers(3); if ($lastUsers && count($lastUsers) > 0) { ?> -<h2><?php echo T_('Last Users'); ?></h2> +<h2><?php echo T_('New Users'); ?></h2> <div id="users"> <table> <?php |