diff options
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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']; | 
