summaryrefslogtreecommitdiffstatshomepage
path: root/index.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-05-09 07:29:50 +0000
committerGravatar mensonge2008-05-09 07:29:50 +0000
commitc1c23e20dba5d935b39cc7603e5c496560a2bac3 (patch)
tree3e6ea69bbf86f7bfe9dbfc7a815445023fa7e59f /index.php
parent791f1492478e4497a554c2a3a1c8737c36d71821 (diff)
downloadscuttle-c1c23e20dba5d935b39cc7603e5c496560a2bac3.tar.gz
scuttle-c1c23e20dba5d935b39cc7603e5c496560a2bac3.zip
Interface fix: enable sorting bookmarks asc or desc; improve navigation links
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@119 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 41b1a05..a4ce6a7 100644
--- a/index.php
+++ b/index.php
@@ -71,7 +71,7 @@ $tplVars['popCount'] = 30;
$tplVars['sidebar_blocks'] = $GLOBALS["index_sidebar_blocks"];
$tplVars['range'] = 'all';
$tplVars['pagetitle'] = T_('Store, share and tag your favourite links');
-$tplVars['subtitle'] = T_('Recent Bookmarks');
+$tplVars['subtitle'] = T_('All Bookmarks');
$tplVars['bookmarkCount'] = $start + 1;
$bookmarks =& $bookmarkservice->getBookmarks($start, $perpage, NULL, NULL, NULL, getSortOrder(), NULL, 0, $dtend);
$tplVars['total'] = $bookmarks['total'];