From c1c23e20dba5d935b39cc7603e5c496560a2bac3 Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 9 May 2008 07:29:50 +0000 Subject: 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 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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']; -- cgit v1.2.3