aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-12 12:28:21 -0800
committerfriendica <info@friendica.com>2011-11-12 12:28:21 -0800
commit02b11c5d59a3fda8d7c8092dbcb9c782230c1d55 (patch)
treef7e30de85844adcfe03a72936ebb529d50a202c6 /include
parent9ec4f6e0c9b0a4b8dd53d5d43d41e35c0d6d5f5e (diff)
downloadvolse-hubzilla-02b11c5d59a3fda8d7c8092dbcb9c782230c1d55.tar.gz
volse-hubzilla-02b11c5d59a3fda8d7c8092dbcb9c782230c1d55.tar.bz2
volse-hubzilla-02b11c5d59a3fda8d7c8092dbcb9c782230c1d55.zip
several little nits in the hcard template output which could affect parsers
Diffstat (limited to 'include')
-rw-r--r--include/nav.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php
index f7165fd0d..4c75a495b 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -180,9 +180,11 @@ function nav_set_selected($item){
'introductions' => null,
'notifications' => null,
'messages' => null,
- 'directory' => null,
+ 'directory' => null,
'settings' => null,
'contacts' => null,
+ 'manage' => null,
+ 'register' => null,
);
$a->nav_sel[$item] = 'selected';
}