fix timeago (again), webfinger new spec implemented, some theme work

This commit is contained in:
friendica
2013-03-04 20:58:39 -08:00
parent 4cfbdfa6db
commit 8d442e6fc1
16 changed files with 133 additions and 174 deletions

View File

@@ -221,7 +221,7 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0
$groups = array();
$groups[] = array(
'text' => t('All Connections'),
'text' => t('All Channels'),
'id' => 0,
'selected' => (($group_id == 0) ? 'group-selected' : ''),
'href' => $every,